Html Css Color HEX #B7BAC9 Echo Blue

📋 copy color: '#B7BAC9'

red 183 ◦ green 186 ◦ blue 201

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

Shades of Echo Blue #B7BAC9

Tints of Echo Blue #B7BAC9

RGB

 RED value IS 183 (71.88% from 255) = 32.11%

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

 BLUE value IS 201 (78.91% from 255) = 35.26%

R = 32.11%
G = 32.63%
B = 35.26%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B7BAC9 (or 0xB7BAC9) is known color: Echo Blue. HEX triplet: B7, BA and C9. RGB value is (183,186,201). Sum of RGB (Red+Green+Blue) = 183+186+201=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 201 - color contains mainly: blue. Hex color #B7BAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BAC9 is #484536. Grayscale: #BABABA. Windows color (decimal): -4736311 or 13220535. OLE color: 13220535.

HSL color Cylindrical-coordinate representation of color #B7BAC9: hue angle of 230º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7BAC9 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 186 201 -
CMYK 0.09 0.07 0 0.21
HSL 230º 0.14% 0.75% -
HSV(B) 230º 0.09% 0.79% -
XYZ 47.63 49.4 62.28 -
YUV 186.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 183 186 201 0.09 0.07 0 0.21 230 0.14 0.75
Hex B7 BA C9 9 7 0 15 E6 E 4B
Octal 267 272 311 11 7 0 25 346 16 113
Binary 10110111 10111010 11001001 1001 111 0 10101 11100110 1110 1001011

Color Harmonies of #B7BAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BAC9

Black with #B7BAC9

Text Example


Text Example

White with #B7BAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BAC9; }

 p { color: rgb(183,186,201); }

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

background-color css

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

 a { background-color: rgb(183,186,201); }

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

border-color css

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

 span { border-color: rgb(183,186,201); }

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