Html Css Color HEX #B0BACF Echo Blue

📋 copy color: '#B0BACF'

red 176 ◦ green 186 ◦ blue 207

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

Shades of Echo Blue #B0BACF

Tints of Echo Blue #B0BACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.69%

 BLUE value IS 207 (81.25% from 255) = 36.38%

R = 30.93%
G = 32.69%
B = 36.38%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B0BACF (or 0xB0BACF) is known color: Echo Blue. HEX triplet: B0, BA and CF. RGB value is (176,186,207). Sum of RGB (Red+Green+Blue) = 176+186+207=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0BACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BACF is #4F4530. Grayscale: #B9B9B9. Windows color (decimal): -5195057 or 13613744. OLE color: 13613744.

HSL color Cylindrical-coordinate representation of color #B0BACF: hue angle of 220.65º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0BACF is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 186 207 -
CMYK 0.15 0.10 0 0.19
HSL 220.65º 0.24% 0.75% -
HSV(B) 220.65º 0.15% 0.81% -
XYZ 46.73 48.85 66 -
YUV 185.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 176 186 207 0.15 0.10 0 0.19 220.65 0.24 0.75
Hex B0 BA CF F A 0 13 DD 18 4B
Octal 260 272 317 17 12 0 23 335 30 113
Binary 10110000 10111010 11001111 1111 1010 0 10011 11011101 11000 1001011

Color Harmonies of #B0BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BACF

Black with #B0BACF

Text Example


Text Example

White with #B0BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BACF; }

 p { color: rgb(176,186,207); }

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

background-color css

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

 a { background-color: rgb(176,186,207); }

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

border-color css

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

 span { border-color: rgb(176,186,207); }

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