Html Css Color HEX #B0BFC4 Heather

📋 copy color: '#B0BFC4'

red 176 ◦ green 191 ◦ blue 196

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

Shades of Heather #B0BFC4

Tints of Heather #B0BFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.81%

R = 31.26%
G = 33.93%
B = 34.81%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B0BFC4 (or 0xB0BFC4) is known color: Heather. HEX triplet: B0, BF and C4. RGB value is (176,191,196). Sum of RGB (Red+Green+Blue) = 176+191+196=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 196 - color contains mainly: blue. Hex color #B0BFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFC4 is #4F403B. Grayscale: #BBBBBB. Windows color (decimal): -5193788 or 12894128. OLE color: 12894128.

HSL color Cylindrical-coordinate representation of color #B0BFC4: hue angle of 195º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0BFC4 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 191 196 -
CMYK 0.10 0.03 0 0.23
HSL 195º 0.14% 0.73% -
HSV(B) 195º 0.1% 0.77% -
XYZ 46.5 50.48 59.52 -
YUV 187.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 176 191 196 0.10 0.03 0 0.23 195 0.14 0.73
Hex B0 BF C4 A 3 0 17 C3 E 49
Octal 260 277 304 12 3 0 27 303 16 111
Binary 10110000 10111111 11000100 1010 11 0 10111 11000011 1110 1001001

Color Harmonies of #B0BFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BFC4

Black with #B0BFC4

Text Example


Text Example

White with #B0BFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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