#BDCACF

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

Shades of Heather #BDCACF

Tints of Heather #BDCACF

Color information

#BDCACF (or 0xBDCACF) is unknown color: approx Heather. HEX triplet: BD, CA and CF. RGB value is (189,202,207). Sum of RGB (Red+Green+Blue) = 189+202+207=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDCACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCACF is #423530. Grayscale: #C6C6C6. Windows color (decimal): -4338993 or 13617853. OLE color: 13617853.

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

Color convert

RGB189202207-
CMYK0.090.0200.19
HSL196.67º15.79%77.65%-
HSV(B)196.67º8.7%81.18%-
XYZ53.3757.5667.33-
YUV198.68132.69121.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.61%
GREEN value IS 202 (79.30% from 255) = 33.78%
BLUE value IS 207 (81.25% from 255) = 34.62%
R=31.61%
G=33.78%
B=34.62%

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
Decimal1892022070.090.0200.19196.6715.7977.65
HexBDCACF92013c5104e
Octal27531231711202330520116
Binary10111101110010101100111110011001001111000101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCACF; }

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

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

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

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

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

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

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

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