#B7BCCC

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

Shades of Echo Blue #B7BCCC

Tints of Echo Blue #B7BCCC

Color information

#B7BCCC (or 0xB7BCCC) is unknown color: approx Echo Blue. HEX triplet: B7, BC and CC. RGB value is (183,188,204). Sum of RGB (Red+Green+Blue) = 183+188+204=575 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.83% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7BCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCCC is #484333. Grayscale: #BCBCBC. Windows color (decimal): -4735796 or 13417655. OLE color: 13417655.

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

Color convert

RGB183188204-
CMYK0.100.0800.2
HSL225.71º17.07%75.88%-
HSV(B)225.71º10.29%80%-
XYZ48.4150.3964.3-
YUV188.33136.84124.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.83%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 204 (80.08% from 255) = 35.48%
R=31.83%
G=32.70%
B=35.48%

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
Decimal1831882040.100.0800.2225.7117.0775.88
HexB7BCCCA8014e2114c
Octal267274314121002434221114
Binary1011011110111100110011001010100001010011100010100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BCCC; }

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

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

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

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

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

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

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

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