#BCAFE2

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

Shades of Melrose #BCAFE2

Tints of Melrose #BCAFE2

Color information

#BCAFE2 (or 0xBCAFE2) is unknown color: approx Melrose. HEX triplet: BC, AF and E2. RGB value is (188,175,226). Sum of RGB (Red+Green+Blue) = 188+175+226=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 226 (88.67% from 255 or 38.37% from 589); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCAFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFE2 is #43501D. Grayscale: #B8B8B8. Windows color (decimal): -4411422 or 14856124. OLE color: 14856124.

HSL color Cylindrical-coordinate representation of color #BCAFE2: hue angle of 255.29º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCAFE2 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188175226-
CMYK0.170.2300.11
HSL255.29º46.79%78.63%-
HSV(B)255.29º22.57%88.63%-
XYZ49.846.8478.37-
YUV184.7151.31130.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 226 (88.67% from 255) = 38.37%
R=31.92%
G=29.71%
B=38.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881752260.170.2300.11255.2946.7978.63
HexBCAFE211170Bff2f4f
Octal274257342212701337757117
Binary101111001010111111100010100011011101011111111111011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFE2; }

 p { color: rgb(188,175,226); }

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

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

 a { background-color: rgb(188,175,226); }

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

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

 span { border-color: rgb(188,175,226); }

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