#B5BBCF

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

Shades of Echo Blue #B5BBCF

Tints of Echo Blue #B5BBCF

Color information

#B5BBCF (or 0xB5BBCF) is unknown color: approx Echo Blue. HEX triplet: B5, BB and CF. RGB value is (181,187,207). Sum of RGB (Red+Green+Blue) = 181+187+207=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BBCF is #4A4430. Grayscale: #BBBBBB. Windows color (decimal): -4867121 or 13614005. OLE color: 13614005.

HSL color Cylindrical-coordinate representation of color #B5BBCF: hue angle of 226.15º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5BBCF is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181187207-
CMYK0.130.1000.19
HSL226.15º21.31%76.08%-
HSV(B)226.15º12.56%81.18%-
XYZ48.0949.8766.12-
YUV187.49139.01123.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.48%
GREEN value IS 187 (73.44% from 255) = 32.52%
BLUE value IS 207 (81.25% from 255) = 36%
R=31.48%
G=32.52%
B=36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811872070.130.1000.19226.1521.3176.08
HexB5BBCFDA013e2154c
Octal265273317151202334225114
Binary1011010110111011110011111101101001001111100010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BBCF; }

 p { color: rgb(181,187,207); }

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

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

 a { background-color: rgb(181,187,207); }

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

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

 span { border-color: rgb(181,187,207); }

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