Html Css Color HEX #BFC9CD Heather

📋 copy color: '#BFC9CD'

red 191 ◦ green 201 ◦ blue 205

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

Shades of Heather #BFC9CD

Tints of Heather #BFC9CD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.67%

 BLUE value IS 205 (80.47% from 255) = 34.34%

R = 31.99%
G = 33.67%
B = 34.34%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BFC9CD (or 0xBFC9CD) is known color: Heather. HEX triplet: BF, C9 and CD. RGB value is (191,201,205). Sum of RGB (Red+Green+Blue) = 191+201+205=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFC9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9CD is #403632. Grayscale: #C6C6C6. Windows color (decimal): -4208179 or 13486527. OLE color: 13486527.

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

Color convert

RGB 191 201 205 -
CMYK 0.07 0.02 0 0.20
HSL 197.14º 0.12% 0.78% -
HSV(B) 197.14º 0.07% 0.8% -
XYZ 53.39 57.26 66 -
YUV 198.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 191 201 205 0.07 0.02 0 0.20 197.14 0.12 0.78
Hex BF C9 CD 7 2 0 14 C5 C 4E
Octal 277 311 315 7 2 0 24 305 14 116
Binary 10111111 11001001 11001101 111 10 0 10100 11000101 1100 1001110

Color Harmonies of #BFC9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC9CD

Black with #BFC9CD

Text Example


Text Example

White with #BFC9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC9CD; }

 p { color: rgb(191,201,205); }

 H1.HeaderClassName
 {
   color: #BFC9CD;
 }
 .AnyTagClassName
 {
   color: #BFC9CD;
 }
</style>

background-color css

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

 a { background-color: rgb(191,201,205); }

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

border-color css

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

 span { border-color: rgb(191,201,205); }

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