Html Css Color HEX #B2BBC0 Heather

📋 copy color: '#B2BBC0'

red 178 ◦ green 187 ◦ blue 192

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

Shades of Heather #B2BBC0

Tints of Heather #B2BBC0

RGB

 RED value IS 178 (69.92% from 255) = 31.96%

 GREEN value IS 187 (73.44% from 255) = 33.57%

 BLUE value IS 192 (75.39% from 255) = 34.47%

R = 31.96%
G = 33.57%
B = 34.47%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2BBC0 (or 0xB2BBC0) is known color: Heather. HEX triplet: B2, BB and C0. RGB value is (178,187,192). Sum of RGB (Red+Green+Blue) = 178+187+192=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 192 - color contains mainly: blue. Hex color #B2BBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBC0 is #4D443F. Grayscale: #B8B8B8. Windows color (decimal): -5063744 or 12630962. OLE color: 12630962.

HSL color Cylindrical-coordinate representation of color #B2BBC0: hue angle of 201.43º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2BBC0 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 187 192 -
CMYK 0.07 0.03 0 0.25
HSL 201.43º 0.1% 0.73% -
HSV(B) 201.43º 0.07% 0.75% -
XYZ 45.64 48.81 56.88 -
YUV 184.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 178 187 192 0.07 0.03 0 0.25 201.43 0.1 0.73
Hex B2 BB C0 7 3 0 19 C9 A 49
Octal 262 273 300 7 3 0 31 311 12 111
Binary 10110010 10111011 11000000 111 11 0 11001 11001001 1010 1001001

Color Harmonies of #B2BBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BBC0

Black with #B2BBC0

Text Example


Text Example

White with #B2BBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BBC0; }

 p { color: rgb(178,187,192); }

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

background-color css

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

 a { background-color: rgb(178,187,192); }

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

border-color css

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

 span { border-color: rgb(178,187,192); }

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