Html Css Color HEX #B9BBC0 Echo Blue

📋 copy color: '#B9BBC0'

red 185 ◦ green 187 ◦ blue 192

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

Shades of Echo Blue #B9BBC0

Tints of Echo Blue #B9BBC0

RGB

 RED value IS 185 (72.66% from 255) = 32.8%

 GREEN value IS 187 (73.44% from 255) = 33.16%

 BLUE value IS 192 (75.39% from 255) = 34.04%

R = 32.8%
G = 33.16%
B = 34.04%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B9BBC0 (or 0xB9BBC0) is known color: Echo Blue. HEX triplet: B9, BB and C0. RGB value is (185,187,192). Sum of RGB (Red+Green+Blue) = 185+187+192=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 192 - color contains mainly: blue. Hex color #B9BBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBC0 is #46443F. Grayscale: #BABABA. Windows color (decimal): -4604992 or 12630969. OLE color: 12630969.

HSL color Cylindrical-coordinate representation of color #B9BBC0: hue angle of 222.86º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B9BBC0 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 187 192 -
CMYK 0.04 0.03 0 0.25
HSL 222.86º 0.05% 0.74% -
HSV(B) 222.86º 0.04% 0.75% -
XYZ 47.29 49.66 56.96 -
YUV 186.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 185 187 192 0.04 0.03 0 0.25 222.86 0.05 0.74
Hex B9 BB C0 4 3 0 19 DF 5 4A
Octal 271 273 300 4 3 0 31 337 5 112
Binary 10111001 10111011 11000000 100 11 0 11001 11011111 101 1001010

Color Harmonies of #B9BBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BBC0

Black with #B9BBC0

Text Example


Text Example

White with #B9BBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BBC0; }

 p { color: rgb(185,187,192); }

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

background-color css

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

 a { background-color: rgb(185,187,192); }

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

border-color css

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

 span { border-color: rgb(185,187,192); }

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