Html Css Color HEX #B6BAC1 Echo Blue

📋 copy color: '#B6BAC1'

red 182 ◦ green 186 ◦ blue 193

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

Shades of Echo Blue #B6BAC1

Tints of Echo Blue #B6BAC1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.16%

 BLUE value IS 193 (75.78% from 255) = 34.4%

R = 32.44%
G = 33.16%
B = 34.4%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B6BAC1 (or 0xB6BAC1) is known color: Echo Blue. HEX triplet: B6, BA and C1. RGB value is (182,186,193). Sum of RGB (Red+Green+Blue) = 182+186+193=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 193 - color contains mainly: blue. Hex color #B6BAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BAC1 is #49453E. Grayscale: #B9B9B9. Windows color (decimal): -4801855 or 12696246. OLE color: 12696246.

HSL color Cylindrical-coordinate representation of color #B6BAC1: hue angle of 218.18º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B6BAC1 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 186 193 -
CMYK 0.06 0.04 0 0.24
HSL 218.18º 0.08% 0.74% -
HSV(B) 218.18º 0.06% 0.76% -
XYZ 46.48 48.91 57.44 -
YUV 185.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 182 186 193 0.06 0.04 0 0.24 218.18 0.08 0.74
Hex B6 BA C1 6 4 0 18 DA 8 4A
Octal 266 272 301 6 4 0 30 332 10 112
Binary 10110110 10111010 11000001 110 100 0 11000 11011010 1000 1001010

Color Harmonies of #B6BAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BAC1

Black with #B6BAC1

Text Example


Text Example

White with #B6BAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BAC1; }

 p { color: rgb(182,186,193); }

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

background-color css

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

 a { background-color: rgb(182,186,193); }

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

border-color css

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

 span { border-color: rgb(182,186,193); }

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