Html Css Color HEX #B2BACA Echo Blue

📋 copy color: '#B2BACA'

red 178 ◦ green 186 ◦ blue 202

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

Shades of Echo Blue #B2BACA

Tints of Echo Blue #B2BACA

RGB

 RED value IS 178 (69.92% from 255) = 31.45%

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

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

R = 31.45%
G = 32.86%
B = 35.69%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B2BACA (or 0xB2BACA) is known color: Echo Blue. HEX triplet: B2, BA and CA. RGB value is (178,186,202). Sum of RGB (Red+Green+Blue) = 178+186+202=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 202 - color contains mainly: blue. Hex color #B2BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BACA is #4D4535. Grayscale: #B9B9B9. Windows color (decimal): -5063990 or 13286066. OLE color: 13286066.

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

Color convert

RGB 178 186 202 -
CMYK 0.12 0.08 0 0.21
HSL 220º 0.18% 0.75% -
HSV(B) 220º 0.12% 0.79% -
XYZ 46.58 48.85 62.85 -
YUV 185.43 137.35 122.7 -
System Red Green Blue C M Y K H S L
Decimal 178 186 202 0.12 0.08 0 0.21 220 0.18 0.75
Hex B2 BA CA C 8 0 15 DC 12 4B
Octal 262 272 312 14 10 0 25 334 22 113
Binary 10110010 10111010 11001010 1100 1000 0 10101 11011100 10010 1001011

Color Harmonies of #B2BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BACA

Black with #B2BACA

Text Example


Text Example

White with #B2BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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