Html Css Color HEX #B0B7C1 Echo Blue

📋 copy color: '#B0B7C1'

red 176 ◦ green 183 ◦ blue 193

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

Shades of Echo Blue #B0B7C1

Tints of Echo Blue #B0B7C1

RGB

 RED value IS 176 (69.14% from 255) = 31.88%

 GREEN value IS 183 (71.88% from 255) = 33.15%

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

R = 31.88%
G = 33.15%
B = 34.96%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B0B7C1 (or 0xB0B7C1) is known color: Echo Blue. HEX triplet: B0, B7 and C1. RGB value is (176,183,193). Sum of RGB (Red+Green+Blue) = 176+183+193=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 193 - color contains mainly: blue. Hex color #B0B7C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B7C1 is #4F483E. Grayscale: #B5B5B5. Windows color (decimal): -5195839 or 12695472. OLE color: 12695472.

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

Color convert

RGB 176 183 193 -
CMYK 0.09 0.05 0 0.24
HSL 215.29º 0.12% 0.72% -
HSV(B) 215.29º 0.09% 0.76% -
XYZ 44.46 46.95 57.17 -
YUV 182.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 176 183 193 0.09 0.05 0 0.24 215.29 0.12 0.72
Hex B0 B7 C1 9 5 0 18 D7 C 48
Octal 260 267 301 11 5 0 30 327 14 110
Binary 10110000 10110111 11000001 1001 101 0 11000 11010111 1100 1001000

Color Harmonies of #B0B7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B7C1

Black with #B0B7C1

Text Example


Text Example

White with #B0B7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B7C1; }

 p { color: rgb(176,183,193); }

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

background-color css

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

 a { background-color: rgb(176,183,193); }

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

border-color css

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

 span { border-color: rgb(176,183,193); }

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