Html Css Color HEX #B6BDC0 Heather

📋 copy color: '#B6BDC0'

red 182 ◦ green 189 ◦ blue 192

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

Shades of Heather #B6BDC0

Tints of Heather #B6BDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.57%

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

R = 32.33%
G = 33.57%
B = 34.1%

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

#B6BDC0 (or 0xB6BDC0) is known color: Heather. HEX triplet: B6, BD and C0. RGB value is (182,189,192). Sum of RGB (Red+Green+Blue) = 182+189+192=563 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.33% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 192 - color contains mainly: blue. Hex color #B6BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BDC0 is #49423F. Grayscale: #BBBBBB. Windows color (decimal): -4801088 or 12631478. OLE color: 12631478.

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

Color convert

RGB 182 189 192 -
CMYK 0.05 0.02 0 0.25
HSL 198º 0.07% 0.73% -
HSV(B) 198º 0.05% 0.75% -
XYZ 47 50.15 57.07 -
YUV 187.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 182 189 192 0.05 0.02 0 0.25 198 0.07 0.73
Hex B6 BD C0 5 2 0 19 C6 7 49
Octal 266 275 300 5 2 0 31 306 7 111
Binary 10110110 10111101 11000000 101 10 0 11001 11000110 111 1001001

Color Harmonies of #B6BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BDC0

Black with #B6BDC0

Text Example


Text Example

White with #B6BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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