Html Css Color HEX #B1BACF Echo Blue

📋 copy color: '#B1BACF'

red 177 ◦ green 186 ◦ blue 207

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

Shades of Echo Blue #B1BACF

Tints of Echo Blue #B1BACF

RGB

 RED value IS 177 (69.53% from 255) = 31.05%

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

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

R = 31.05%
G = 32.63%
B = 36.32%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B1BACF (or 0xB1BACF) is known color: Echo Blue. HEX triplet: B1, BA and CF. RGB value is (177,186,207). Sum of RGB (Red+Green+Blue) = 177+186+207=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #B1BACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BACF is #4E4530. Grayscale: #B9B9B9. Windows color (decimal): -5129521 or 13613745. OLE color: 13613745.

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

Color convert

RGB 177 186 207 -
CMYK 0.14 0.10 0 0.19
HSL 222º 0.24% 0.75% -
HSV(B) 222º 0.14% 0.81% -
XYZ 46.95 48.97 66.01 -
YUV 185.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 177 186 207 0.14 0.10 0 0.19 222 0.24 0.75
Hex B1 BA CF E A 0 13 DE 18 4B
Octal 261 272 317 16 12 0 23 336 30 113
Binary 10110001 10111010 11001111 1110 1010 0 10011 11011110 11000 1001011

Color Harmonies of #B1BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BACF

Black with #B1BACF

Text Example


Text Example

White with #B1BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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