Html Css Color HEX #B0BCC5 Heather

📋 copy color: '#B0BCC5'

red 176 ◦ green 188 ◦ blue 197

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

Shades of Heather #B0BCC5

Tints of Heather #B0BCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.12%

R = 31.37%
G = 33.51%
B = 35.12%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B0BCC5 (or 0xB0BCC5) is known color: Heather. HEX triplet: B0, BC and C5. RGB value is (176,188,197). Sum of RGB (Red+Green+Blue) = 176+188+197=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 197 - color contains mainly: blue. Hex color #B0BCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCC5 is #4F433A. Grayscale: #B9B9B9. Windows color (decimal): -5194555 or 12958896. OLE color: 12958896.

HSL color Cylindrical-coordinate representation of color #B0BCC5: hue angle of 205.71º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0BCC5 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 188 197 -
CMYK 0.11 0.05 0 0.23
HSL 205.71º 0.15% 0.73% -
HSV(B) 205.71º 0.11% 0.77% -
XYZ 45.97 49.23 59.9 -
YUV 185.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 176 188 197 0.11 0.05 0 0.23 205.71 0.15 0.73
Hex B0 BC C5 B 5 0 17 CE F 49
Octal 260 274 305 13 5 0 27 316 17 111
Binary 10110000 10111100 11000101 1011 101 0 10111 11001110 1111 1001001

Color Harmonies of #B0BCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BCC5

Black with #B0BCC5

Text Example


Text Example

White with #B0BCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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