Html Css Color HEX #B2BDC0 Heather

📋 copy color: '#B2BDC0'

red 178 ◦ green 189 ◦ blue 192

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

Shades of Heather #B2BDC0

Tints of Heather #B2BDC0

RGB

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

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

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

R = 31.84%
G = 33.81%
B = 34.35%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2BDC0 (or 0xB2BDC0) is known color: Heather. HEX triplet: B2, BD and C0. RGB value is (178,189,192). Sum of RGB (Red+Green+Blue) = 178+189+192=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 192 - color contains mainly: blue. Hex color #B2BDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BDC0 is #4D423F. Grayscale: #BABABA. Windows color (decimal): -5063232 or 12631474. OLE color: 12631474.

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

Color convert

RGB 178 189 192 -
CMYK 0.07 0.02 0 0.25
HSL 192.86º 0.1% 0.73% -
HSV(B) 192.86º 0.07% 0.75% -
XYZ 46.07 49.67 57.03 -
YUV 186.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 178 189 192 0.07 0.02 0 0.25 192.86 0.1 0.73
Hex B2 BD C0 7 2 0 19 C1 A 49
Octal 262 275 300 7 2 0 31 301 12 111
Binary 10110010 10111101 11000000 111 10 0 11001 11000001 1010 1001001

Color Harmonies of #B2BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BDC0

Black with #B2BDC0

Text Example


Text Example

White with #B2BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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