#BCAFF3

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

Shades of Melrose #BCAFF3

Tints of Melrose #BCAFF3

Color information

#BCAFF3 (or 0xBCAFF3) is unknown color: approx Melrose. HEX triplet: BC, AF and F3. RGB value is (188,175,243). Sum of RGB (Red+Green+Blue) = 188+175+243=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 243 (95.31% from 255 or 40.10% from 606); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCAFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFF3 is #43500C. Grayscale: #BABABA. Windows color (decimal): -4411405 or 15970236. OLE color: 15970236.

HSL color Cylindrical-coordinate representation of color #BCAFF3: hue angle of 251.47º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCAFF3 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188175243-
CMYK0.230.2800.05
HSL251.47º73.91%81.96%-
HSV(B)251.47º27.98%95.29%-
XYZ52.2547.8291.27-
YUV186.64159.81128.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.02%
GREEN value IS 175 (68.75% from 255) = 28.88%
BLUE value IS 243 (95.31% from 255) = 40.10%
R=31.02%
G=28.88%
B=40.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881752430.230.2800.05251.4773.9181.96
HexBCAFF3171C05fb4a52
Octal274257363273405373112122
Binary101111001010111111110011101111110001011111101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFF3; }

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

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

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

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

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

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

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

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