Html Css Color HEX #BFC8CC Heather

📋 copy color: '#BFC8CC'

red 191 ◦ green 200 ◦ blue 204

#BFC8CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #BFC8CC

Tints of Heather #BFC8CC

RGB

 RED value IS 191 (75% from 255) = 32.1%

 GREEN value IS 200 (78.52% from 255) = 33.61%

 BLUE value IS 204 (80.08% from 255) = 34.29%

R = 32.1%
G = 33.61%
B = 34.29%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BFC8CC (or 0xBFC8CC) is known color: 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

RGB 191 200 204 -
CMYK 0.06 0.02 0 0.2
HSL 198.46º 0.11% 0.77% -
HSV(B) 198.46º 0.06% 0.8% -
XYZ 53.04 56.74 65.28 -
YUV 197.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 191 200 204 0.06 0.02 0 0.2 198.46 0.11 0.77
Hex BF C8 CC 6 2 0 14 C6 B 4D
Octal 277 310 314 6 2 0 24 306 13 115
Binary 10111111 11001000 11001100 110 10 0 10100 11000110 1011 1001101

Color Harmonies of #BFC8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC8CC

Black with #BFC8CC

Text Example


Text Example

White with #BFC8CC

Text Example


Text Example

HTML Codes & Css Web 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>