#B8BCCB

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

Shades of Echo Blue #B8BCCB

Tints of Echo Blue #B8BCCB

Color information

#B8BCCB (or 0xB8BCCB) is unknown color: approx Echo Blue. HEX triplet: B8, BC and CB. RGB value is (184,188,203). Sum of RGB (Red+Green+Blue) = 184+188+203=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #B8BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCCB is #474334. Grayscale: #BCBCBC. Windows color (decimal): -4670261 or 13352120. OLE color: 13352120.

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

Color convert

RGB184188203-
CMYK0.090.0700.20
HSL227.37º15.45%75.88%-
HSV(B)227.37º9.36%79.61%-
XYZ48.5350.4763.68-
YUV188.51136.17124.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 203 (79.69% from 255) = 35.30%
R=32%
G=32.70%
B=35.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841882030.090.0700.20227.3715.4575.88
HexB8BCCB97014e3f4c
Octal27027431311702434317114
Binary10111000101111001100101110011110101001110001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BCCB; }

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

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

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

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

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

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

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

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