#BCAFE7

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

Shades of Melrose #BCAFE7

Tints of Melrose #BCAFE7

Color information

#BCAFE7 (or 0xBCAFE7) is unknown color: approx Melrose. HEX triplet: BC, AF and E7. RGB value is (188,175,231). Sum of RGB (Red+Green+Blue) = 188+175+231=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 231 (90.62% from 255 or 38.89% from 594); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCAFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFE7 is #435018. Grayscale: #B9B9B9. Windows color (decimal): -4411417 or 15183804. OLE color: 15183804.

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

Color convert

RGB188175231-
CMYK0.190.2400.09
HSL253.93º53.85%79.61%-
HSV(B)253.93º24.24%90.59%-
XYZ50.4947.1282.04-
YUV185.27153.81129.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.65%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 231 (90.62% from 255) = 38.89%
R=31.65%
G=29.46%
B=38.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881752310.190.2400.09253.9353.8579.61
HexBCAFE7131809fe3650
Octal274257347233001137666120
Binary101111001010111111100111100111100001001111111101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFE7; }

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

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

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

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

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

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

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

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