#BFC8CC

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

Shades of Heather #BFC8CC

Tints of Heather #BFC8CC

Color information

#BFC8CC (or 0xBFC8CC) is unknown color: approx Heather. HEX triplet: BF, C8 and CC. RGB value is (191,200,204). Sum of RGB (Red+Green+Blue) = 191+200+204=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFC8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8CC is #403733. Grayscale: #C5C5C5. Windows color (decimal): -4208436 or 13420735. OLE color: 13420735.

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

Color convert

RGB191200204-
CMYK0.060.0200.2
HSL198.46º11.3%77.45%-
HSV(B)198.46º6.37%80%-
XYZ53.0456.7465.28-
YUV197.76131.52123.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=32.10%
G=33.61%
B=34.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1912002040.060.0200.2198.4611.377.45
HexBFC8CC62014c6b4d
Octal2773103146202430613115
Binary101111111100100011001100110100101001100011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC8CC; }

 p { color: rgb(191,200,204); }

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

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

 a { background-color: rgb(191,200,204); }

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

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

 span { border-color: rgb(191,200,204); }

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