Html Css Color HEX #B0BCC1 Heather

📋 copy color: '#B0BCC1'

red 176 ◦ green 188 ◦ blue 193

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

Shades of Heather #B0BCC1

Tints of Heather #B0BCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.65%

R = 31.6%
G = 33.75%
B = 34.65%

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

#B0BCC1 (or 0xB0BCC1) is known color: Heather. HEX triplet: B0, BC and C1. RGB value is (176,188,193). Sum of RGB (Red+Green+Blue) = 176+188+193=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 193 - color contains mainly: blue. Hex color #B0BCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCC1 is #4F433E. Grayscale: #B8B8B8. Windows color (decimal): -5194559 or 12696752. OLE color: 12696752.

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

Color convert

RGB 176 188 193 -
CMYK 0.09 0.03 0 0.24
HSL 197.65º 0.12% 0.72% -
HSV(B) 197.65º 0.09% 0.76% -
XYZ 45.51 49.05 57.52 -
YUV 184.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 176 188 193 0.09 0.03 0 0.24 197.65 0.12 0.72
Hex B0 BC C1 9 3 0 18 C6 C 48
Octal 260 274 301 11 3 0 30 306 14 110
Binary 10110000 10111100 11000001 1001 11 0 11000 11000110 1100 1001000

Color Harmonies of #B0BCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BCC1

Black with #B0BCC1

Text Example


Text Example

White with #B0BCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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