#B2B5CA

Color #B2B5CA Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #B2B5CA

Tints of Echo Blue #B2B5CA

Color information

#B2B5CA (or 0xB2B5CA) is unknown color: approx Echo Blue. HEX triplet: B2, B5 and CA. RGB value is (178,181,202). Sum of RGB (Red+Green+Blue) = 178+181+202=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #B2B5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B5CA is #4D4A35. Grayscale: #B6B6B6. Windows color (decimal): -5065270 or 13284786. OLE color: 13284786.

HSL color Cylindrical-coordinate representation of color #B2B5CA: hue angle of 232.5º 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 #B2B5CA is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178181202-
CMYK0.120.1000.21
HSL232.5º18.46%74.51%-
HSV(B)232.5º11.88%79.22%-
XYZ45.5446.7862.51-
YUV182.5139.01124.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.73%
GREEN value IS 181 (71.09% from 255) = 32.26%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=31.73%
G=32.26%
B=36.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781812020.120.1000.21232.518.4674.51
HexB2B5CACA015e8124b
Octal262265312141202535022113
Binary1011001010110101110010101100101001010111101000100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B5CA; }

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

 H1.HeaderClassName
 {
   color: #B2B5CA;
 }
 .AnyTagClassName
 {
   color: #B2B5CA;
 }
</style>
background-color css

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

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

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

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

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

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