Html Css Color HEX #B0BFCB Heather

📋 copy color: '#B0BFCB'

red 176 ◦ green 191 ◦ blue 203

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

Shades of Heather #B0BFCB

Tints of Heather #B0BFCB

RGB

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

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

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

R = 30.88%
G = 33.51%
B = 35.61%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B0BFCB (or 0xB0BFCB) is known color: Heather. HEX triplet: B0, BF and CB. RGB value is (176,191,203). Sum of RGB (Red+Green+Blue) = 176+191+203=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #B0BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFCB is #4F4034. Grayscale: #BBBBBB. Windows color (decimal): -5193781 or 13352880. OLE color: 13352880.

HSL color Cylindrical-coordinate representation of color #B0BFCB: hue angle of 206.67º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0BFCB is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 191 203 -
CMYK 0.13 0.06 0 0.20
HSL 206.67º 0.21% 0.74% -
HSV(B) 206.67º 0.13% 0.8% -
XYZ 47.31 50.8 63.81 -
YUV 187.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 176 191 203 0.13 0.06 0 0.20 206.67 0.21 0.74
Hex B0 BF CB D 6 0 14 CF 15 4A
Octal 260 277 313 15 6 0 24 317 25 112
Binary 10110000 10111111 11001011 1101 110 0 10100 11001111 10101 1001010

Color Harmonies of #B0BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BFCB

Black with #B0BFCB

Text Example


Text Example

White with #B0BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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