Html Css Color HEX #B3BACC Echo Blue

📋 copy color: '#B3BACC'

red 179 ◦ green 186 ◦ blue 204

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

Shades of Echo Blue #B3BACC

Tints of Echo Blue #B3BACC

RGB

 RED value IS 179 (70.31% from 255) = 31.46%

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

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

R = 31.46%
G = 32.69%
B = 35.85%

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

#B3BACC (or 0xB3BACC) is known color: Echo Blue. HEX triplet: B3, BA and CC. RGB value is (179,186,204). Sum of RGB (Red+Green+Blue) = 179+186+204=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #B3BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BACC is #4C4533. Grayscale: #B9B9B9. Windows color (decimal): -4998452 or 13417139. OLE color: 13417139.

HSL color Cylindrical-coordinate representation of color #B3BACC: hue angle of 223.2º degrees, saturation: 0.2, 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 #B3BACC is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 186 204 -
CMYK 0.12 0.09 0 0.2
HSL 223.2º 0.2% 0.75% -
HSV(B) 223.2º 0.12% 0.8% -
XYZ 47.05 49.06 64.12 -
YUV 185.96 138.18 123.04 -
System Red Green Blue C M Y K H S L
Decimal 179 186 204 0.12 0.09 0 0.2 223.2 0.2 0.75
Hex B3 BA CC C 9 0 14 DF 14 4B
Octal 263 272 314 14 11 0 24 337 24 113
Binary 10110011 10111010 11001100 1100 1001 0 10100 11011111 10100 1001011

Color Harmonies of #B3BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BACC

Black with #B3BACC

Text Example


Text Example

White with #B3BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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