#B8BCCD

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

Shades of Echo Blue #B8BCCD

Tints of Echo Blue #B8BCCD

Color information

#B8BCCD (or 0xB8BCCD) is unknown color: approx Echo Blue. HEX triplet: B8, BC and CD. RGB value is (184,188,205). Sum of RGB (Red+Green+Blue) = 184+188+205=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #B8BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCCD is #474332. Grayscale: #BCBCBC. Windows color (decimal): -4670259 or 13483192. OLE color: 13483192.

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

Color convert

RGB184188205-
CMYK0.100.0800.20
HSL228.57º17.36%76.27%-
HSV(B)228.57º10.24%80.39%-
XYZ48.7750.5664.95-
YUV188.74137.17124.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.89%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 205 (80.47% from 255) = 35.53%
R=31.89%
G=32.58%
B=35.53%

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
Decimal1841882050.100.0800.20228.5717.3676.27
HexB8BCCDA8014e5114c
Octal270274315121002434521114
Binary1011100010111100110011011010100001010011100101100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BCCD; }

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

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

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

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

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

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

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

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