Html Css Color HEX #B0B9CA Echo Blue

📋 copy color: '#B0B9CA'

red 176 ◦ green 185 ◦ blue 202

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

Shades of Echo Blue #B0B9CA

Tints of Echo Blue #B0B9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.88%

R = 31.26%
G = 32.86%
B = 35.88%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B0B9CA (or 0xB0B9CA) is known color: Echo Blue. HEX triplet: B0, B9 and CA. RGB value is (176,185,202). Sum of RGB (Red+Green+Blue) = 176+185+202=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 202 - color contains mainly: blue. Hex color #B0B9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B9CA is #4F4635. Grayscale: #B8B8B8. Windows color (decimal): -5195318 or 13285808. OLE color: 13285808.

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

Color convert

RGB 176 185 202 -
CMYK 0.13 0.08 0 0.21
HSL 219.23º 0.2% 0.74% -
HSV(B) 219.23º 0.13% 0.79% -
XYZ 45.91 48.19 62.76 -
YUV 184.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 176 185 202 0.13 0.08 0 0.21 219.23 0.2 0.74
Hex B0 B9 CA D 8 0 15 DB 14 4A
Octal 260 271 312 15 10 0 25 333 24 112
Binary 10110000 10111001 11001010 1101 1000 0 10101 11011011 10100 1001010

Color Harmonies of #B0B9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B9CA

Black with #B0B9CA

Text Example


Text Example

White with #B0B9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B9CA; }

 p { color: rgb(176,185,202); }

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

background-color css

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

 a { background-color: rgb(176,185,202); }

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

border-color css

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

 span { border-color: rgb(176,185,202); }

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