Html Css Color HEX #B2B9CE Echo Blue

📋 copy color: '#B2B9CE'

red 178 ◦ green 185 ◦ blue 206

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

Shades of Echo Blue #B2B9CE

Tints of Echo Blue #B2B9CE

RGB

 RED value IS 178 (69.92% from 255) = 31.28%

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

 BLUE value IS 206 (80.86% from 255) = 36.2%

R = 31.28%
G = 32.51%
B = 36.2%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B2B9CE (or 0xB2B9CE) is known color: Echo Blue. HEX triplet: B2, B9 and CE. RGB value is (178,185,206). Sum of RGB (Red+Green+Blue) = 178+185+206=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 185 (72.66% from 255 or 32.51% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2B9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B9CE is #4D4631. Grayscale: #B9B9B9. Windows color (decimal): -5064242 or 13547954. OLE color: 13547954.

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

Color convert

RGB 178 185 206 -
CMYK 0.14 0.10 0 0.19
HSL 225º 0.22% 0.75% -
HSV(B) 225º 0.14% 0.81% -
XYZ 46.85 48.62 65.31 -
YUV 185.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 178 185 206 0.14 0.10 0 0.19 225 0.22 0.75
Hex B2 B9 CE E A 0 13 E1 16 4B
Octal 262 271 316 16 12 0 23 341 26 113
Binary 10110010 10111001 11001110 1110 1010 0 10011 11100001 10110 1001011

Color Harmonies of #B2B9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B9CE

Black with #B2B9CE

Text Example


Text Example

White with #B2B9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B9CE; }

 p { color: rgb(178,185,206); }

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

background-color css

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

 a { background-color: rgb(178,185,206); }

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

border-color css

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

 span { border-color: rgb(178,185,206); }

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