#BCAFE8

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

Shades of Melrose #BCAFE8

Tints of Melrose #BCAFE8

Color information

#BCAFE8 (or 0xBCAFE8) is unknown color: approx Melrose. HEX triplet: BC, AF and E8. RGB value is (188,175,232). Sum of RGB (Red+Green+Blue) = 188+175+232=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCAFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFE8 is #435017. Grayscale: #B9B9B9. Windows color (decimal): -4411416 or 15249340. OLE color: 15249340.

HSL color Cylindrical-coordinate representation of color #BCAFE8: hue angle of 253.68º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCAFE8 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188175232-
CMYK0.190.2500.09
HSL253.68º55.34%79.8%-
HSV(B)253.68º24.57%90.98%-
XYZ50.6347.1882.78-
YUV185.38154.31129.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.60%
GREEN value IS 175 (68.75% from 255) = 29.41%
BLUE value IS 232 (91.02% from 255) = 38.99%
R=31.60%
G=29.41%
B=38.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881752320.190.2500.09253.6855.3479.8
HexBCAFE8131909fe3750
Octal274257350233101137667120
Binary101111001010111111101000100111100101001111111101101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFE8; }

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

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

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

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

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

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

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

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