Html Css Color HEX #B6BDC2 Heather

📋 copy color: '#B6BDC2'

red 182 ◦ green 189 ◦ blue 194

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

Shades of Heather #B6BDC2

Tints of Heather #B6BDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.34%

R = 32.21%
G = 33.45%
B = 34.34%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B6BDC2 (or 0xB6BDC2) is known color: Heather. HEX triplet: B6, BD and C2. RGB value is (182,189,194). Sum of RGB (Red+Green+Blue) = 182+189+194=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 194 - color contains mainly: blue. Hex color #B6BDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BDC2 is #49423D. Grayscale: #BBBBBB. Windows color (decimal): -4801086 or 12762550. OLE color: 12762550.

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

Color convert

RGB 182 189 194 -
CMYK 0.06 0.03 0 0.24
HSL 205º 0.09% 0.74% -
HSV(B) 205º 0.06% 0.76% -
XYZ 47.23 50.24 58.25 -
YUV 187.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 182 189 194 0.06 0.03 0 0.24 205 0.09 0.74
Hex B6 BD C2 6 3 0 18 CD 9 4A
Octal 266 275 302 6 3 0 30 315 11 112
Binary 10110110 10111101 11000010 110 11 0 11000 11001101 1001 1001010

Color Harmonies of #B6BDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BDC2

Black with #B6BDC2

Text Example


Text Example

White with #B6BDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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