Html Css Color HEX #B0BFC9 Heather

📋 copy color: '#B0BFC9'

red 176 ◦ green 191 ◦ blue 201

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

Shades of Heather #B0BFC9

Tints of Heather #B0BFC9

RGB

 RED value IS 176 (69.14% from 255) = 30.99%

 GREEN value IS 191 (75% from 255) = 33.63%

 BLUE value IS 201 (78.91% from 255) = 35.39%

R = 30.99%
G = 33.63%
B = 35.39%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B0BFC9 (or 0xB0BFC9) is known color: Heather. HEX triplet: B0, BF and C9. RGB value is (176,191,201). Sum of RGB (Red+Green+Blue) = 176+191+201=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 201 - color contains mainly: blue. Hex color #B0BFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFC9 is #4F4036. Grayscale: #BBBBBB. Windows color (decimal): -5193783 or 13221808. OLE color: 13221808.

HSL color Cylindrical-coordinate representation of color #B0BFC9: hue angle of 204º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0BFC9 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 191 201 -
CMYK 0.12 0.05 0 0.21
HSL 204º 0.19% 0.74% -
HSV(B) 204º 0.12% 0.79% -
XYZ 47.08 50.71 62.56 -
YUV 187.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 176 191 201 0.12 0.05 0 0.21 204 0.19 0.74
Hex B0 BF C9 C 5 0 15 CC 13 4A
Octal 260 277 311 14 5 0 25 314 23 112
Binary 10110000 10111111 11001001 1100 101 0 10101 11001100 10011 1001010

Color Harmonies of #B0BFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BFC9

Black with #B0BFC9

Text Example


Text Example

White with #B0BFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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