Html Css Color HEX #B4BACA Echo Blue

📋 copy color: '#B4BACA'

red 180 ◦ green 186 ◦ blue 202

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

Shades of Echo Blue #B4BACA

Tints of Echo Blue #B4BACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.56%

R = 31.69%
G = 32.75%
B = 35.56%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B4BACA (or 0xB4BACA) is known color: Echo Blue. HEX triplet: B4, BA and CA. RGB value is (180,186,202). Sum of RGB (Red+Green+Blue) = 180+186+202=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #B4BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BACA is #4B4535. Grayscale: #B9B9B9. Windows color (decimal): -4932918 or 13286068. OLE color: 13286068.

HSL color Cylindrical-coordinate representation of color #B4BACA: hue angle of 223.64º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4BACA is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 186 202 -
CMYK 0.11 0.08 0 0.21
HSL 223.64º 0.17% 0.75% -
HSV(B) 223.64º 0.11% 0.79% -
XYZ 47.04 49.09 62.87 -
YUV 186.03 137.01 123.7 -
System Red Green Blue C M Y K H S L
Decimal 180 186 202 0.11 0.08 0 0.21 223.64 0.17 0.75
Hex B4 BA CA B 8 0 15 E0 11 4B
Octal 264 272 312 13 10 0 25 340 21 113
Binary 10110100 10111010 11001010 1011 1000 0 10101 11100000 10001 1001011

Color Harmonies of #B4BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BACA

Black with #B4BACA

Text Example


Text Example

White with #B4BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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