Html Css Color HEX #B5BAC1 Heather

📋 copy color: '#B5BAC1'

red 181 ◦ green 186 ◦ blue 193

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

Shades of Heather #B5BAC1

Tints of Heather #B5BAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.46%

R = 32.32%
G = 33.21%
B = 34.46%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B5BAC1 (or 0xB5BAC1) is known color: Heather. HEX triplet: B5, BA and C1. RGB value is (181,186,193). Sum of RGB (Red+Green+Blue) = 181+186+193=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 193 - color contains mainly: blue. Hex color #B5BAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BAC1 is #4A453E. Grayscale: #B9B9B9. Windows color (decimal): -4867391 or 12696245. OLE color: 12696245.

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

Color convert

RGB 181 186 193 -
CMYK 0.06 0.04 0 0.24
HSL 215º 0.09% 0.73% -
HSV(B) 215º 0.06% 0.76% -
XYZ 46.24 48.79 57.43 -
YUV 185.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 181 186 193 0.06 0.04 0 0.24 215 0.09 0.73
Hex B5 BA C1 6 4 0 18 D7 9 49
Octal 265 272 301 6 4 0 30 327 11 111
Binary 10110101 10111010 11000001 110 100 0 11000 11010111 1001 1001001

Color Harmonies of #B5BAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BAC1

Black with #B5BAC1

Text Example


Text Example

White with #B5BAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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