Html Css Color HEX #B6BCD1 Echo Blue

📋 copy color: '#B6BCD1'

red 182 ◦ green 188 ◦ blue 209

#B6BCD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #B6BCD1

Tints of Echo Blue #B6BCD1

RGB

 RED value IS 182 (71.48% from 255) = 31.43%

 GREEN value IS 188 (73.83% from 255) = 32.47%

 BLUE value IS 209 (82.03% from 255) = 36.1%

R = 31.43%
G = 32.47%
B = 36.1%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B6BCD1 (or 0xB6BCD1) is known color: Echo Blue. HEX triplet: B6, BC and D1. RGB value is (182,188,209). Sum of RGB (Red+Green+Blue) = 182+188+209=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 209 - color contains mainly: blue. Hex color #B6BCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCD1 is #49432E. Grayscale: #BCBCBC. Windows color (decimal): -4801327 or 13745334. OLE color: 13745334.

HSL color Cylindrical-coordinate representation of color #B6BCD1: hue angle of 226.67º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6BCD1 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 188 209 -
CMYK 0.13 0.10 0 0.18
HSL 226.67º 0.23% 0.77% -
HSV(B) 226.67º 0.13% 0.82% -
XYZ 48.78 50.51 67.5 -
YUV 188.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 182 188 209 0.13 0.10 0 0.18 226.67 0.23 0.77
Hex B6 BC D1 D A 0 12 E3 17 4D
Octal 266 274 321 15 12 0 22 343 27 115
Binary 10110110 10111100 11010001 1101 1010 0 10010 11100011 10111 1001101

Color Harmonies of #B6BCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BCD1

Black with #B6BCD1

Text Example


Text Example

White with #B6BCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BCD1; }

 p { color: rgb(182,188,209); }

 H1.HeaderClassName
 {
   color: #B6BCD1;
 }
 .AnyTagClassName
 {
   color: #B6BCD1;
 }
</style>

background-color css

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

 a { background-color: rgb(182,188,209); }

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

border-color css

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

 span { border-color: rgb(182,188,209); }

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