#B7BBCC

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

Shades of Echo Blue #B7BBCC

Tints of Echo Blue #B7BBCC

Color information

#B7BBCC (or 0xB7BBCC) is unknown color: approx Echo Blue. HEX triplet: B7, BB and CC. RGB value is (183,187,204). Sum of RGB (Red+Green+Blue) = 183+187+204=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BBCC is #484433. Grayscale: #BBBBBB. Windows color (decimal): -4736052 or 13417399. OLE color: 13417399.

HSL color Cylindrical-coordinate representation of color #B7BBCC: hue angle of 228.57º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7BBCC is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB183187204-
CMYK0.100.0800.2
HSL228.57º17.07%75.88%-
HSV(B)228.57º10.29%80%-
XYZ48.249.9764.23-
YUV187.74137.17124.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.88%
GREEN value IS 187 (73.44% from 255) = 32.58%
BLUE value IS 204 (80.08% from 255) = 35.54%
R=31.88%
G=32.58%
B=35.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1831872040.100.0800.2228.5717.0775.88
HexB7BBCCA8014e5114c
Octal267273314121002434521114
Binary1011011110111011110011001010100001010011100101100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BBCC; }

 p { color: rgb(183,187,204); }

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

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

 a { background-color: rgb(183,187,204); }

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

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

 span { border-color: rgb(183,187,204); }

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