Html Css Color HEX #B0BCC2 Heather

📋 copy color: '#B0BCC2'

red 176 ◦ green 188 ◦ blue 194

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

Shades of Heather #B0BCC2

Tints of Heather #B0BCC2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.69%

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

R = 31.54%
G = 33.69%
B = 34.77%

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

#B0BCC2 (or 0xB0BCC2) is known color: Heather. HEX triplet: B0, BC and C2. RGB value is (176,188,194). Sum of RGB (Red+Green+Blue) = 176+188+194=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 194 - color contains mainly: blue. Hex color #B0BCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCC2 is #4F433D. Grayscale: #B9B9B9. Windows color (decimal): -5194558 or 12762288. OLE color: 12762288.

HSL color Cylindrical-coordinate representation of color #B0BCC2: hue angle of 200º 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 #B0BCC2 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 188 194 -
CMYK 0.09 0.03 0 0.24
HSL 200º 0.13% 0.73% -
HSV(B) 200º 0.09% 0.76% -
XYZ 45.63 49.09 58.11 -
YUV 185.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 176 188 194 0.09 0.03 0 0.24 200 0.13 0.73
Hex B0 BC C2 9 3 0 18 C8 D 49
Octal 260 274 302 11 3 0 30 310 15 111
Binary 10110000 10111100 11000010 1001 11 0 11000 11001000 1101 1001001

Color Harmonies of #B0BCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BCC2

Black with #B0BCC2

Text Example


Text Example

White with #B0BCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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