Html Css Color HEX #BFC7CB Heather

📋 copy color: '#BFC7CB'

red 191 ◦ green 199 ◦ blue 203

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

Shades of Heather #BFC7CB

Tints of Heather #BFC7CB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.56%

 BLUE value IS 203 (79.69% from 255) = 34.23%

R = 32.21%
G = 33.56%
B = 34.23%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BFC7CB (or 0xBFC7CB) is known color: Heather. HEX triplet: BF, C7 and CB. RGB value is (191,199,203). Sum of RGB (Red+Green+Blue) = 191+199+203=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7CB is #403834. Grayscale: #C5C5C5. Windows color (decimal): -4208693 or 13354943. OLE color: 13354943.

HSL color Cylindrical-coordinate representation of color #BFC7CB: hue angle of 200º degrees, saturation: 0.1, 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 #BFC7CB is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 199 203 -
CMYK 0.06 0.02 0 0.20
HSL 200º 0.1% 0.77% -
HSV(B) 200º 0.06% 0.8% -
XYZ 52.69 56.24 64.58 -
YUV 197.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 191 199 203 0.06 0.02 0 0.20 200 0.1 0.77
Hex BF C7 CB 6 2 0 14 C8 A 4D
Octal 277 307 313 6 2 0 24 310 12 115
Binary 10111111 11000111 11001011 110 10 0 10100 11001000 1010 1001101

Color Harmonies of #BFC7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC7CB

Black with #BFC7CB

Text Example


Text Example

White with #BFC7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC7CB; }

 p { color: rgb(191,199,203); }

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

background-color css

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

 a { background-color: rgb(191,199,203); }

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

border-color css

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

 span { border-color: rgb(191,199,203); }

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