#BCCACF

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

Shades of Heather #BCCACF

Tints of Heather #BCCACF

Color information

#BCCACF (or 0xBCCACF) is unknown color: approx Heather. HEX triplet: BC, CA and CF. RGB value is (188,202,207). Sum of RGB (Red+Green+Blue) = 188+202+207=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCCACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCACF is #433530. Grayscale: #C6C6C6. Windows color (decimal): -4404529 or 13617852. OLE color: 13617852.

HSL color Cylindrical-coordinate representation of color #BCCACF: hue angle of 195.79º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCACF is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188202207-
CMYK0.090.0200.19
HSL195.79º16.52%77.45%-
HSV(B)195.79º9.18%81.18%-
XYZ53.1257.4467.32-
YUV198.38132.86120.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.49%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 207 (81.25% from 255) = 34.67%
R=31.49%
G=33.84%
B=34.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882022070.090.0200.19195.7916.5277.45
HexBCCACF92013c4114d
Octal27431231711202330421115
Binary10111100110010101100111110011001001111000100100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCACF; }

 p { color: rgb(188,202,207); }

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

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

 a { background-color: rgb(188,202,207); }

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

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

 span { border-color: rgb(188,202,207); }

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