Html Css Color HEX #B4B9D0 Echo Blue

📋 copy color: '#B4B9D0'

red 180 ◦ green 185 ◦ blue 208

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

Shades of Echo Blue #B4B9D0

Tints of Echo Blue #B4B9D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.3%

R = 31.41%
G = 32.29%
B = 36.3%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B4B9D0 (or 0xB4B9D0) is known color: Echo Blue. HEX triplet: B4, B9 and D0. RGB value is (180,185,208). Sum of RGB (Red+Green+Blue) = 180+185+208=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 185 (72.66% from 255 or 32.29% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 208 - color contains mainly: blue. Hex color #B4B9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B9D0 is #4B462F. Grayscale: #BABABA. Windows color (decimal): -4933168 or 13679028. OLE color: 13679028.

HSL color Cylindrical-coordinate representation of color #B4B9D0: hue angle of 229.29º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4B9D0 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 185 208 -
CMYK 0.13 0.11 0 0.18
HSL 229.29º 0.23% 0.76% -
HSV(B) 229.29º 0.13% 0.82% -
XYZ 47.56 48.96 66.62 -
YUV 186.13 140.34 123.63 -
System Red Green Blue C M Y K H S L
Decimal 180 185 208 0.13 0.11 0 0.18 229.29 0.23 0.76
Hex B4 B9 D0 D B 0 12 E5 17 4C
Octal 264 271 320 15 13 0 22 345 27 114
Binary 10110100 10111001 11010000 1101 1011 0 10010 11100101 10111 1001100

Color Harmonies of #B4B9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B9D0

Black with #B4B9D0

Text Example


Text Example

White with #B4B9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B9D0; }

 p { color: rgb(180,185,208); }

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

background-color css

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

 a { background-color: rgb(180,185,208); }

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

border-color css

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

 span { border-color: rgb(180,185,208); }

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