Html Css Color HEX #B4B8C1 Echo Blue

📋 copy color: '#B4B8C1'

red 180 ◦ green 184 ◦ blue 193

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

Shades of Echo Blue #B4B8C1

Tints of Echo Blue #B4B8C1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.03%

 BLUE value IS 193 (75.78% from 255) = 34.65%

R = 32.32%
G = 33.03%
B = 34.65%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B4B8C1 (or 0xB4B8C1) is known color: Echo Blue. HEX triplet: B4, B8 and C1. RGB value is (180,184,193). Sum of RGB (Red+Green+Blue) = 180+184+193=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 193 - color contains mainly: blue. Hex color #B4B8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B8C1 is #4B473E. Grayscale: #B7B7B7. Windows color (decimal): -4933439 or 12695732. OLE color: 12695732.

HSL color Cylindrical-coordinate representation of color #B4B8C1: hue angle of 221.54º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4B8C1 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 184 193 -
CMYK 0.07 0.05 0 0.24
HSL 221.54º 0.09% 0.73% -
HSV(B) 221.54º 0.07% 0.76% -
XYZ 45.59 47.83 57.28 -
YUV 183.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 180 184 193 0.07 0.05 0 0.24 221.54 0.09 0.73
Hex B4 B8 C1 7 5 0 18 DE 9 49
Octal 264 270 301 7 5 0 30 336 11 111
Binary 10110100 10111000 11000001 111 101 0 11000 11011110 1001 1001001

Color Harmonies of #B4B8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B8C1

Black with #B4B8C1

Text Example


Text Example

White with #B4B8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B8C1; }

 p { color: rgb(180,184,193); }

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

background-color css

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

 a { background-color: rgb(180,184,193); }

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

border-color css

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

 span { border-color: rgb(180,184,193); }

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