Html Css Color HEX #B5BABE Heather

📋 copy color: '#B5BABE'

red 181 ◦ green 186 ◦ blue 190

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

Shades of Heather #B5BABE

Tints of Heather #B5BABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.11%

R = 32.5%
G = 33.39%
B = 34.11%

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

#B5BABE (or 0xB5BABE) is known color: Heather. HEX triplet: B5, BA and BE. RGB value is (181,186,190). Sum of RGB (Red+Green+Blue) = 181+186+190=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 190 - color contains mainly: blue. Hex color #B5BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BABE is #4A4541. Grayscale: #B8B8B8. Windows color (decimal): -4867394 or 12499637. OLE color: 12499637.

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

Color convert

RGB 181 186 190 -
CMYK 0.05 0.02 0 0.25
HSL 206.67º 0.06% 0.73% -
HSV(B) 206.67º 0.05% 0.75% -
XYZ 45.91 48.66 55.69 -
YUV 184.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 181 186 190 0.05 0.02 0 0.25 206.67 0.06 0.73
Hex B5 BA BE 5 2 0 19 CF 6 49
Octal 265 272 276 5 2 0 31 317 6 111
Binary 10110101 10111010 10111110 101 10 0 11001 11001111 110 1001001

Color Harmonies of #B5BABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BABE

Black with #B5BABE

Text Example


Text Example

White with #B5BABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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