Html Css Color HEX #B2B9CB Echo Blue

📋 copy color: '#B2B9CB'

red 178 ◦ green 185 ◦ blue 203

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

Shades of Echo Blue #B2B9CB

Tints of Echo Blue #B2B9CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.87%

R = 31.45%
G = 32.69%
B = 35.87%

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

#B2B9CB (or 0xB2B9CB) is known color: Echo Blue. HEX triplet: B2, B9 and CB. RGB value is (178,185,203). Sum of RGB (Red+Green+Blue) = 178+185+203=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 185 (72.66% from 255 or 32.69% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #B2B9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B9CB is #4D4634. Grayscale: #B8B8B8. Windows color (decimal): -5064245 or 13351346. OLE color: 13351346.

HSL color Cylindrical-coordinate representation of color #B2B9CB: hue angle of 223.2º degrees, saturation: 0.19, 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 #B2B9CB is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 185 203 -
CMYK 0.12 0.09 0 0.20
HSL 223.2º 0.19% 0.75% -
HSV(B) 223.2º 0.12% 0.8% -
XYZ 46.49 48.47 63.41 -
YUV 184.96 138.18 123.04 -
System Red Green Blue C M Y K H S L
Decimal 178 185 203 0.12 0.09 0 0.20 223.2 0.19 0.75
Hex B2 B9 CB C 9 0 14 DF 13 4B
Octal 262 271 313 14 11 0 24 337 23 113
Binary 10110010 10111001 11001011 1100 1001 0 10100 11011111 10011 1001011

Color Harmonies of #B2B9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B9CB

Black with #B2B9CB

Text Example


Text Example

White with #B2B9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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