Html Css Color HEX #B6BCC0 Heather

📋 copy color: '#B6BCC0'

red 182 ◦ green 188 ◦ blue 192

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

Shades of Heather #B6BCC0

Tints of Heather #B6BCC0

RGB

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

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

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

R = 32.38%
G = 33.45%
B = 34.16%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B6BCC0 (or 0xB6BCC0) is known color: Heather. HEX triplet: B6, BC and C0. RGB value is (182,188,192). Sum of RGB (Red+Green+Blue) = 182+188+192=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 192 - color contains mainly: blue. Hex color #B6BCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCC0 is #49433F. Grayscale: #BABABA. Windows color (decimal): -4801344 or 12631222. OLE color: 12631222.

HSL color Cylindrical-coordinate representation of color #B6BCC0: hue angle of 204º 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 #B6BCC0 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 188 192 -
CMYK 0.05 0.02 0 0.25
HSL 204º 0.07% 0.73% -
HSV(B) 204º 0.05% 0.75% -
XYZ 46.79 49.72 57 -
YUV 186.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 182 188 192 0.05 0.02 0 0.25 204 0.07 0.73
Hex B6 BC C0 5 2 0 19 CC 7 49
Octal 266 274 300 5 2 0 31 314 7 111
Binary 10110110 10111100 11000000 101 10 0 11001 11001100 111 1001001

Color Harmonies of #B6BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BCC0

Black with #B6BCC0

Text Example


Text Example

White with #B6BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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