Html Css Color HEX #B6BBC0 Heather

📋 copy color: '#B6BBC0'

red 182 ◦ green 187 ◦ blue 192

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

Shades of Heather #B6BBC0

Tints of Heather #B6BBC0

RGB

 RED value IS 182 (71.48% from 255) = 32.44%

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

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

R = 32.44%
G = 33.33%
B = 34.22%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B6BBC0 (or 0xB6BBC0) is known color: Heather. HEX triplet: B6, BB and C0. RGB value is (182,187,192). Sum of RGB (Red+Green+Blue) = 182+187+192=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 192 - color contains mainly: blue. Hex color #B6BBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BBC0 is #49443F. Grayscale: #BABABA. Windows color (decimal): -4801600 or 12630966. OLE color: 12630966.

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

Color convert

RGB 182 187 192 -
CMYK 0.05 0.03 0 0.25
HSL 210º 0.07% 0.73% -
HSV(B) 210º 0.05% 0.75% -
XYZ 46.58 49.29 56.93 -
YUV 186.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 182 187 192 0.05 0.03 0 0.25 210 0.07 0.73
Hex B6 BB C0 5 3 0 19 D2 7 49
Octal 266 273 300 5 3 0 31 322 7 111
Binary 10110110 10111011 11000000 101 11 0 11001 11010010 111 1001001

Color Harmonies of #B6BBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BBC0

Black with #B6BBC0

Text Example


Text Example

White with #B6BBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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