Html Css Color HEX #B0BDC2 Heather

📋 copy color: '#B0BDC2'

red 176 ◦ green 189 ◦ blue 194

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

Shades of Heather #B0BDC2

Tints of Heather #B0BDC2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.81%

 BLUE value IS 194 (76.17% from 255) = 34.7%

R = 31.48%
G = 33.81%
B = 34.7%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B0BDC2 (or 0xB0BDC2) is known color: Heather. HEX triplet: B0, BD and C2. RGB value is (176,189,194). Sum of RGB (Red+Green+Blue) = 176+189+194=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 194 - color contains mainly: blue. Hex color #B0BDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BDC2 is #4F423D. Grayscale: #B9B9B9. Windows color (decimal): -5194302 or 12762544. OLE color: 12762544.

HSL color Cylindrical-coordinate representation of color #B0BDC2: hue angle of 196.67º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0BDC2 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 189 194 -
CMYK 0.09 0.03 0 0.24
HSL 196.67º 0.13% 0.73% -
HSV(B) 196.67º 0.09% 0.76% -
XYZ 45.84 49.52 58.18 -
YUV 185.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 176 189 194 0.09 0.03 0 0.24 196.67 0.13 0.73
Hex B0 BD C2 9 3 0 18 C5 D 49
Octal 260 275 302 11 3 0 30 305 15 111
Binary 10110000 10111101 11000010 1001 11 0 11000 11000101 1101 1001001

Color Harmonies of #B0BDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BDC2

Black with #B0BDC2

Text Example


Text Example

White with #B0BDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BDC2; }

 p { color: rgb(176,189,194); }

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

background-color css

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

 a { background-color: rgb(176,189,194); }

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

border-color css

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

 span { border-color: rgb(176,189,194); }

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