Html Css Color HEX #B8BABE Echo Blue

📋 copy color: '#B8BABE'

red 184 ◦ green 186 ◦ blue 190

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

Shades of Echo Blue #B8BABE

Tints of Echo Blue #B8BABE

RGB

 RED value IS 184 (72.27% from 255) = 32.86%

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

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

R = 32.86%
G = 33.21%
B = 33.93%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B8BABE (or 0xB8BABE) is known color: Echo Blue. HEX triplet: B8, BA and BE. RGB value is (184,186,190). Sum of RGB (Red+Green+Blue) = 184+186+190=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 190 - color contains mainly: blue. Hex color #B8BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BABE is #474541. Grayscale: #B9B9B9. Windows color (decimal): -4670786 or 12499640. OLE color: 12499640.

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

Color convert

RGB 184 186 190 -
CMYK 0.03 0.02 0 0.25
HSL 220º 0.04% 0.73% -
HSV(B) 220º 0.03% 0.75% -
XYZ 46.62 49.03 55.72 -
YUV 185.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 184 186 190 0.03 0.02 0 0.25 220 0.04 0.73
Hex B8 BA BE 3 2 0 19 DC 4 49
Octal 270 272 276 3 2 0 31 334 4 111
Binary 10111000 10111010 10111110 11 10 0 11001 11011100 100 1001001

Color Harmonies of #B8BABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BABE

Black with #B8BABE

Text Example


Text Example

White with #B8BABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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