Html Css Color HEX #B9BBC2 Echo Blue

📋 copy color: '#B9BBC2'

red 185 ◦ green 187 ◦ blue 194

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

Shades of Echo Blue #B9BBC2

Tints of Echo Blue #B9BBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.28%

R = 32.69%
G = 33.04%
B = 34.28%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B9BBC2 (or 0xB9BBC2) is known color: Echo Blue. HEX triplet: B9, BB and C2. RGB value is (185,187,194). Sum of RGB (Red+Green+Blue) = 185+187+194=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 194 - color contains mainly: blue. Hex color #B9BBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBC2 is #46443D. Grayscale: #BBBBBB. Windows color (decimal): -4604990 or 12762041. OLE color: 12762041.

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

Color convert

RGB 185 187 194 -
CMYK 0.05 0.04 0 0.24
HSL 226.67º 0.07% 0.74% -
HSV(B) 226.67º 0.05% 0.76% -
XYZ 47.52 49.75 58.14 -
YUV 187.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 185 187 194 0.05 0.04 0 0.24 226.67 0.07 0.74
Hex B9 BB C2 5 4 0 18 E3 7 4A
Octal 271 273 302 5 4 0 30 343 7 112
Binary 10111001 10111011 11000010 101 100 0 11000 11100011 111 1001010

Color Harmonies of #B9BBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BBC2

Black with #B9BBC2

Text Example


Text Example

White with #B9BBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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