#B7BBCB

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

Shades of Echo Blue #B7BBCB

Tints of Echo Blue #B7BBCB

Color information

#B7BBCB (or 0xB7BBCB) is unknown color: approx Echo Blue. HEX triplet: B7, BB and CB. RGB value is (183,187,203). Sum of RGB (Red+Green+Blue) = 183+187+203=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BBCB is #484434. Grayscale: #BBBBBB. Windows color (decimal): -4736053 or 13351863. OLE color: 13351863.

HSL color Cylindrical-coordinate representation of color #B7BBCB: hue angle of 228º degrees, saturation: 0.16, 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 #B7BBCB is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB183187203-
CMYK0.100.0800.20
HSL228º16.13%75.69%-
HSV(B)228º9.85%79.61%-
XYZ48.0849.9263.6-
YUV187.63136.67124.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.94%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=31.94%
G=32.64%
B=35.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831872030.100.0800.2022816.1375.69
HexB7BBCBA8014e4104c
Octal267273313121002434420114
Binary1011011110111011110010111010100001010011100100100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BBCB; }

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

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

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

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

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

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

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

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