Html Css Color HEX #BFC5C8 Heather

📋 copy color: '#BFC5C8'

red 191 ◦ green 197 ◦ blue 200

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

Shades of Heather #BFC5C8

Tints of Heather #BFC5C8

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.5%

 BLUE value IS 200 (78.52% from 255) = 34.01%

R = 32.48%
G = 33.5%
B = 34.01%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BFC5C8 (or 0xBFC5C8) is known color: Heather. HEX triplet: BF, C5 and C8. RGB value is (191,197,200). Sum of RGB (Red+Green+Blue) = 191+197+200=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 200 - color contains mainly: blue. Hex color #BFC5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5C8 is #403A37. Grayscale: #C3C3C3. Windows color (decimal): -4209208 or 13157823. OLE color: 13157823.

HSL color Cylindrical-coordinate representation of color #BFC5C8: hue angle of 200º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC5C8 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 197 200 -
CMYK 0.04 0.02 0 0.22
HSL 200º 0.08% 0.77% -
HSV(B) 200º 0.05% 0.78% -
XYZ 51.88 55.18 62.56 -
YUV 195.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 191 197 200 0.04 0.02 0 0.22 200 0.08 0.77
Hex BF C5 C8 4 2 0 16 C8 8 4D
Octal 277 305 310 4 2 0 26 310 10 115
Binary 10111111 11000101 11001000 100 10 0 10110 11001000 1000 1001101

Color Harmonies of #BFC5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC5C8

Black with #BFC5C8

Text Example


Text Example

White with #BFC5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC5C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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