Html Css Color HEX #B5BAC0 Heather

📋 copy color: '#B5BAC0'

red 181 ◦ green 186 ◦ blue 192

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

Shades of Heather #B5BAC0

Tints of Heather #B5BAC0

RGB

 RED value IS 181 (71.09% from 255) = 32.38%

 GREEN value IS 186 (73.05% from 255) = 33.27%

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

R = 32.38%
G = 33.27%
B = 34.35%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B5BAC0 (or 0xB5BAC0) is known color: Heather. HEX triplet: B5, BA and C0. RGB value is (181,186,192). Sum of RGB (Red+Green+Blue) = 181+186+192=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 186 (73.05% from 255 or 33.27% 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 #B5BAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BAC0 is #4A453F. Grayscale: #B9B9B9. Windows color (decimal): -4867392 or 12630709. OLE color: 12630709.

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

Color convert

RGB 181 186 192 -
CMYK 0.06 0.03 0 0.25
HSL 212.73º 0.08% 0.73% -
HSV(B) 212.73º 0.06% 0.75% -
XYZ 46.13 48.75 56.85 -
YUV 185.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 181 186 192 0.06 0.03 0 0.25 212.73 0.08 0.73
Hex B5 BA C0 6 3 0 19 D5 8 49
Octal 265 272 300 6 3 0 31 325 10 111
Binary 10110101 10111010 11000000 110 11 0 11001 11010101 1000 1001001

Color Harmonies of #B5BAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BAC0

Black with #B5BAC0

Text Example


Text Example

White with #B5BAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BAC0; }

 p { color: rgb(181,186,192); }

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

background-color css

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

 a { background-color: rgb(181,186,192); }

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

border-color css

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

 span { border-color: rgb(181,186,192); }

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