#B7BCCA

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

Shades of Echo Blue #B7BCCA

Tints of Echo Blue #B7BCCA

Color information

#B7BCCA (or 0xB7BCCA) is unknown color: approx Echo Blue. HEX triplet: B7, BC and CA. RGB value is (183,188,202). Sum of RGB (Red+Green+Blue) = 183+188+202=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #B7BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCCA is #484335. Grayscale: #BCBCBC. Windows color (decimal): -4735798 or 13286583. OLE color: 13286583.

HSL color Cylindrical-coordinate representation of color #B7BCCA: hue angle of 224.21º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7BCCA is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB183188202-
CMYK0.090.0700.21
HSL224.21º15.2%75.49%-
HSV(B)224.21º9.41%79.22%-
XYZ48.1750.363.05-
YUV188.1135.84124.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.94%
GREEN value IS 188 (73.83% from 255) = 32.81%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=31.94%
G=32.81%
B=35.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831882020.090.0700.21224.2115.275.49
HexB7BCCA97015e0f4b
Octal26727431211702534017113
Binary10110111101111001100101010011110101011110000011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BCCA; }

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

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

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

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

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

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

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

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