Html Css Color HEX #B4BACF Echo Blue

📋 copy color: '#B4BACF'

red 180 ◦ green 186 ◦ blue 207

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

Shades of Echo Blue #B4BACF

Tints of Echo Blue #B4BACF

RGB

 RED value IS 180 (70.7% from 255) = 31.41%

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

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

R = 31.41%
G = 32.46%
B = 36.13%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B4BACF (or 0xB4BACF) is known color: Echo Blue. HEX triplet: B4, BA and CF. RGB value is (180,186,207). Sum of RGB (Red+Green+Blue) = 180+186+207=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #B4BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BACF is #4B4530. Grayscale: #BABABA. Windows color (decimal): -4932913 or 13613748. OLE color: 13613748.

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

Color convert

RGB 180 186 207 -
CMYK 0.13 0.10 0 0.19
HSL 226.67º 0.22% 0.76% -
HSV(B) 226.67º 0.13% 0.81% -
XYZ 47.64 49.33 66.04 -
YUV 186.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 180 186 207 0.13 0.10 0 0.19 226.67 0.22 0.76
Hex B4 BA CF D A 0 13 E3 16 4C
Octal 264 272 317 15 12 0 23 343 26 114
Binary 10110100 10111010 11001111 1101 1010 0 10011 11100011 10110 1001100

Color Harmonies of #B4BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BACF

Black with #B4BACF

Text Example


Text Example

White with #B4BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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