#BDC7CC

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

Shades of Heather #BDC7CC

Tints of Heather #BDC7CC

Color information

#BDC7CC (or 0xBDC7CC) is unknown color: approx Heather. HEX triplet: BD, C7 and CC. RGB value is (189,199,204). Sum of RGB (Red+Green+Blue) = 189+199+204=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDC7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7CC is #423833. Grayscale: #C4C4C4. Windows color (decimal): -4339764 or 13420477. OLE color: 13420477.

HSL color Cylindrical-coordinate representation of color #BDC7CC: hue angle of 200º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDC7CC is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB189199204-
CMYK0.070.0200.2
HSL200º12.82%77.06%-
HSV(B)200º7.35%80%-
XYZ52.3156.0365.18-
YUV196.58132.19122.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.93%
GREEN value IS 199 (78.12% from 255) = 33.61%
BLUE value IS 204 (80.08% from 255) = 34.46%
R=31.93%
G=33.61%
B=34.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1891992040.070.0200.220012.8277.06
HexBDC7CC72014c8d4d
Octal2753073147202431015115
Binary101111011100011111001100111100101001100100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC7CC; }

 p { color: rgb(189,199,204); }

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

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

 a { background-color: rgb(189,199,204); }

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

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

 span { border-color: rgb(189,199,204); }

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