Html Css Color HEX #B4BACE Echo Blue

📋 copy color: '#B4BACE'

red 180 ◦ green 186 ◦ blue 206

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

Shades of Echo Blue #B4BACE

Tints of Echo Blue #B4BACE

RGB

 RED value IS 180 (70.7% from 255) = 31.47%

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

 BLUE value IS 206 (80.86% from 255) = 36.01%

R = 31.47%
G = 32.52%
B = 36.01%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B4BACE (or 0xB4BACE) is known color: Echo Blue. HEX triplet: B4, BA and CE. RGB value is (180,186,206). Sum of RGB (Red+Green+Blue) = 180+186+206=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BACE is #4B4531. Grayscale: #BABABA. Windows color (decimal): -4932914 or 13548212. OLE color: 13548212.

HSL color Cylindrical-coordinate representation of color #B4BACE: hue angle of 226.15º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4BACE is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 186 206 -
CMYK 0.13 0.10 0 0.19
HSL 226.15º 0.21% 0.76% -
HSV(B) 226.15º 0.13% 0.81% -
XYZ 47.52 49.28 65.4 -
YUV 186.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 180 186 206 0.13 0.10 0 0.19 226.15 0.21 0.76
Hex B4 BA CE D A 0 13 E2 15 4C
Octal 264 272 316 15 12 0 23 342 25 114
Binary 10110100 10111010 11001110 1101 1010 0 10011 11100010 10101 1001100

Color Harmonies of #B4BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BACE

Black with #B4BACE

Text Example


Text Example

White with #B4BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BACE; }

 p { color: rgb(180,186,206); }

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

background-color css

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

 a { background-color: rgb(180,186,206); }

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

border-color css

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

 span { border-color: rgb(180,186,206); }

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