Html Css Color HEX #B4BBCD Echo Blue

📋 copy color: '#B4BBCD'

red 180 ◦ green 187 ◦ blue 205

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

Shades of Echo Blue #B4BBCD

Tints of Echo Blue #B4BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.69%

 BLUE value IS 205 (80.47% from 255) = 35.84%

R = 31.47%
G = 32.69%
B = 35.84%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B4BBCD (or 0xB4BBCD) is known color: Echo Blue. HEX triplet: B4, BB and CD. RGB value is (180,187,205). Sum of RGB (Red+Green+Blue) = 180+187+205=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #B4BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBCD is #4B4432. Grayscale: #BABABA. Windows color (decimal): -4932659 or 13482932. OLE color: 13482932.

HSL color Cylindrical-coordinate representation of color #B4BBCD: hue angle of 223.2º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4BBCD is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 187 205 -
CMYK 0.12 0.09 0 0.20
HSL 223.2º 0.2% 0.75% -
HSV(B) 223.2º 0.12% 0.8% -
XYZ 47.61 49.65 64.83 -
YUV 186.96 138.18 123.04 -
System Red Green Blue C M Y K H S L
Decimal 180 187 205 0.12 0.09 0 0.20 223.2 0.2 0.75
Hex B4 BB CD C 9 0 14 DF 14 4B
Octal 264 273 315 14 11 0 24 337 24 113
Binary 10110100 10111011 11001101 1100 1001 0 10100 11011111 10100 1001011

Color Harmonies of #B4BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BBCD

Black with #B4BBCD

Text Example


Text Example

White with #B4BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BBCD; }

 p { color: rgb(180,187,205); }

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

background-color css

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

 a { background-color: rgb(180,187,205); }

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

border-color css

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

 span { border-color: rgb(180,187,205); }

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