#B6BBCF

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

Shades of Echo Blue #B6BBCF

Tints of Echo Blue #B6BBCF

Color information

#B6BBCF (or 0xB6BBCF) is unknown color: approx Echo Blue. HEX triplet: B6, BB and CF. RGB value is (182,187,207). Sum of RGB (Red+Green+Blue) = 182+187+207=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #B6BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BBCF is #494430. Grayscale: #BBBBBB. Windows color (decimal): -4801585 or 13614006. OLE color: 13614006.

HSL color Cylindrical-coordinate representation of color #B6BBCF: hue angle of 228º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6BBCF is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182187207-
CMYK0.120.1000.19
HSL228º20.66%76.27%-
HSV(B)228º12.08%81.18%-
XYZ48.3249.9966.13-
YUV187.78138.84123.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.60%
GREEN value IS 187 (73.44% from 255) = 32.47%
BLUE value IS 207 (81.25% from 255) = 35.94%
R=31.60%
G=32.47%
B=35.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821872070.120.1000.1922820.6676.27
HexB6BBCFCA013e4154c
Octal266273317141202334425114
Binary1011011010111011110011111100101001001111100100101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BBCF; }

 p { color: rgb(182,187,207); }

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

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

 a { background-color: rgb(182,187,207); }

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

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

 span { border-color: rgb(182,187,207); }

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