#BCAFF6

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

Shades of Melrose #BCAFF6

Tints of Melrose #BCAFF6

Color information

#BCAFF6 (or 0xBCAFF6) is unknown color: approx Melrose. HEX triplet: BC, AF and F6. RGB value is (188,175,246). Sum of RGB (Red+Green+Blue) = 188+175+246=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 246 (96.48% from 255 or 40.39% from 609); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCAFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFF6 is #435009. Grayscale: #BABABA. Windows color (decimal): -4411402 or 16166844. OLE color: 16166844.

HSL color Cylindrical-coordinate representation of color #BCAFF6: hue angle of 250.99º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCAFF6 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188175246-
CMYK0.240.2900.04
HSL250.99º79.78%82.55%-
HSV(B)250.99º28.86%96.47%-
XYZ52.748.0193.68-
YUV186.98161.31128.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.87%
GREEN value IS 175 (68.75% from 255) = 28.74%
BLUE value IS 246 (96.48% from 255) = 40.39%
R=30.87%
G=28.74%
B=40.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1881752460.240.2900.04250.9979.7882.55
HexBCAFF6181D04fb5053
Octal274257366303504373120123
Binary101111001010111111110110110001110101001111101110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFF6; }

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

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

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

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

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

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

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

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