#BDAEFC

Color #BDAEFC Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #BDAEFC

Tints of Melrose #BDAEFC

Color information

#BDAEFC (or 0xBDAEFC) is unknown color: approx Melrose. HEX triplet: BD, AE and FC. RGB value is (189,174,252). Sum of RGB (Red+Green+Blue) = 189+174+252=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDAEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAEFC is #425103. Grayscale: #BBBBBB. Windows color (decimal): -4346116 or 16559805. OLE color: 16559805.

HSL color Cylindrical-coordinate representation of color #BDAEFC: hue angle of 251.54º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDAEFC is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189174252-
CMYK0.250.3100.01
HSL251.54º92.86%83.53%-
HSV(B)251.54º30.95%98.82%-
XYZ53.6948.1298.55-
YUV187.38164.47129.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 30.73%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 252 (98.83% from 255) = 40.98%
R=30.73%
G=28.29%
B=40.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891742520.250.3100.01251.5492.8683.53
HexBDAEFC191F01fc5d54
Octal275256374313701374135124
Binary1011110110101110111111001100111111011111110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEFC; }

 p { color: rgb(189,174,252); }

 H1.HeaderClassName
 {
   color: #BDAEFC;
 }
 .AnyTagClassName
 {
   color: #BDAEFC;
 }
</style>
background-color css

<style>
 a { background-color: #BDAEFC; }

 a { background-color: rgb(189,174,252); }

 div.DivClassName
 {
   background-color: #BDAEFC;
 }
 .BgClassName
 {
   background-color: #BDAEFC;
 }
</style>
border-color css

<style>
 span { border-color: #BDAEFC; }

 span { border-color: rgb(189,174,252); }

 td.TdClassName
 {
   border-color: #BDAEFC;
 }
 .TagClassName
 {
   border-color: #BDAEFC;
 }
</style>