Html Css Color HEX #B0B2C9 Echo Blue

📋 copy color: '#B0B2C9'

red 176 ◦ green 178 ◦ blue 201

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

Shades of Echo Blue #B0B2C9

Tints of Echo Blue #B0B2C9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.07%

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

R = 31.71%
G = 32.07%
B = 36.22%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B0B2C9 (or 0xB0B2C9) is known color: Echo Blue. HEX triplet: B0, B2 and C9. RGB value is (176,178,201). Sum of RGB (Red+Green+Blue) = 176+178+201=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 201 - color contains mainly: blue. Hex color #B0B2C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B2C9 is #4F4D36. Grayscale: #B3B3B3. Windows color (decimal): -5197111 or 13218480. OLE color: 13218480.

HSL color Cylindrical-coordinate representation of color #B0B2C9: hue angle of 235.2º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0B2C9 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 178 201 -
CMYK 0.12 0.11 0 0.21
HSL 235.2º 0.19% 0.74% -
HSV(B) 235.2º 0.12% 0.79% -
XYZ 44.37 45.29 61.66 -
YUV 180.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 176 178 201 0.12 0.11 0 0.21 235.2 0.19 0.74
Hex B0 B2 C9 C B 0 15 EB 13 4A
Octal 260 262 311 14 13 0 25 353 23 112
Binary 10110000 10110010 11001001 1100 1011 0 10101 11101011 10011 1001010

Color Harmonies of #B0B2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B2C9

Black with #B0B2C9

Text Example


Text Example

White with #B0B2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B2C9; }

 p { color: rgb(176,178,201); }

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

background-color css

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

 a { background-color: rgb(176,178,201); }

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

border-color css

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

 span { border-color: rgb(176,178,201); }

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