Html Css Color HEX #B4BACC Echo Blue

📋 copy color: '#B4BACC'

red 180 ◦ green 186 ◦ blue 204

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

Shades of Echo Blue #B4BACC

Tints of Echo Blue #B4BACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.79%

R = 31.58%
G = 32.63%
B = 35.79%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B4BACC (or 0xB4BACC) is known color: Echo Blue. HEX triplet: B4, BA and CC. RGB value is (180,186,204). Sum of RGB (Red+Green+Blue) = 180+186+204=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #B4BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BACC is #4B4533. Grayscale: #BABABA. Windows color (decimal): -4932916 or 13417140. OLE color: 13417140.

HSL color Cylindrical-coordinate representation of color #B4BACC: hue angle of 225º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4BACC is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 186 204 -
CMYK 0.12 0.09 0 0.2
HSL 225º 0.19% 0.75% -
HSV(B) 225º 0.12% 0.8% -
XYZ 47.28 49.18 64.13 -
YUV 186.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 180 186 204 0.12 0.09 0 0.2 225 0.19 0.75
Hex B4 BA CC C 9 0 14 E1 13 4B
Octal 264 272 314 14 11 0 24 341 23 113
Binary 10110100 10111010 11001100 1100 1001 0 10100 11100001 10011 1001011

Color Harmonies of #B4BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BACC

Black with #B4BACC

Text Example


Text Example

White with #B4BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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