Html Css Color HEX #B9BDCC Echo Blue

📋 copy color: '#B9BDCC'

red 185 ◦ green 189 ◦ blue 204

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

Shades of Echo Blue #B9BDCC

Tints of Echo Blue #B9BDCC

RGB

 RED value IS 185 (72.66% from 255) = 32.01%

 GREEN value IS 189 (74.22% from 255) = 32.7%

 BLUE value IS 204 (80.08% from 255) = 35.29%

R = 32.01%
G = 32.7%
B = 35.29%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B9BDCC (or 0xB9BDCC) is known color: Echo Blue. HEX triplet: B9, BD and CC. RGB value is (185,189,204). Sum of RGB (Red+Green+Blue) = 185+189+204=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDCC is #464233. Grayscale: #BDBDBD. Windows color (decimal): -4604468 or 13417913. OLE color: 13417913.

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

Color convert

RGB 185 189 204 -
CMYK 0.09 0.07 0 0.2
HSL 227.37º 0.16% 0.76% -
HSV(B) 227.37º 0.09% 0.8% -
XYZ 49.1 51.07 64.4 -
YUV 189.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 185 189 204 0.09 0.07 0 0.2 227.37 0.16 0.76
Hex B9 BD CC 9 7 0 14 E3 10 4C
Octal 271 275 314 11 7 0 24 343 20 114
Binary 10111001 10111101 11001100 1001 111 0 10100 11100011 10000 1001100

Color Harmonies of #B9BDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BDCC

Black with #B9BDCC

Text Example


Text Example

White with #B9BDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BDCC; }

 p { color: rgb(185,189,204); }

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

background-color css

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

 a { background-color: rgb(185,189,204); }

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

border-color css

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

 span { border-color: rgb(185,189,204); }

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