#B7BCCB

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

Shades of Echo Blue #B7BCCB

Tints of Echo Blue #B7BCCB

Color information

#B7BCCB (or 0xB7BCCB) is unknown color: approx Echo Blue. HEX triplet: B7, BC and CB. RGB value is (183,188,203). Sum of RGB (Red+Green+Blue) = 183+188+203=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCCB is #484334. Grayscale: #BCBCBC. Windows color (decimal): -4735797 or 13352119. OLE color: 13352119.

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

Color convert

RGB183188203-
CMYK0.100.0700.20
HSL225º16.13%75.69%-
HSV(B)225º9.85%79.61%-
XYZ48.2950.3563.67-
YUV188.21136.34124.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.88%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=31.88%
G=32.75%
B=35.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831882030.100.0700.2022516.1375.69
HexB7BCCBA7014e1104c
Octal26727431312702434120114
Binary101101111011110011001011101011101010011100001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BCCB; }

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

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

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

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

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

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

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

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