Html Css Color HEX #B3B9C3 Echo Blue

📋 copy color: '#B3B9C3'

red 179 ◦ green 185 ◦ blue 195

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

Shades of Echo Blue #B3B9C3

Tints of Echo Blue #B3B9C3

RGB

 RED value IS 179 (70.31% from 255) = 32.02%

 GREEN value IS 185 (72.66% from 255) = 33.09%

 BLUE value IS 195 (76.56% from 255) = 34.88%

R = 32.02%
G = 33.09%
B = 34.88%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B3B9C3 (or 0xB3B9C3) is known color: Echo Blue. HEX triplet: B3, B9 and C3. RGB value is (179,185,195). Sum of RGB (Red+Green+Blue) = 179+185+195=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 195 - color contains mainly: blue. Hex color #B3B9C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B9C3 is #4C463C. Grayscale: #B8B8B8. Windows color (decimal): -4998717 or 12827059. OLE color: 12827059.

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

Color convert

RGB 179 185 195 -
CMYK 0.08 0.05 0 0.24
HSL 217.5º 0.12% 0.73% -
HSV(B) 217.5º 0.08% 0.76% -
XYZ 45.79 48.22 58.52 -
YUV 184.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 179 185 195 0.08 0.05 0 0.24 217.5 0.12 0.73
Hex B3 B9 C3 8 5 0 18 DA C 49
Octal 263 271 303 10 5 0 30 332 14 111
Binary 10110011 10111001 11000011 1000 101 0 11000 11011010 1100 1001001

Color Harmonies of #B3B9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B9C3

Black with #B3B9C3

Text Example


Text Example

White with #B3B9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B9C3; }

 p { color: rgb(179,185,195); }

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

background-color css

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

 a { background-color: rgb(179,185,195); }

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

border-color css

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

 span { border-color: rgb(179,185,195); }

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