Html Css Color HEX #B0B2CB Echo Blue

📋 copy color: '#B0B2CB'

red 176 ◦ green 178 ◦ blue 203

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

Shades of Echo Blue #B0B2CB

Tints of Echo Blue #B0B2CB

RGB

 RED value IS 176 (69.14% from 255) = 31.6%

 GREEN value IS 178 (69.92% from 255) = 31.96%

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

R = 31.6%
G = 31.96%
B = 36.45%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B0B2CB (or 0xB0B2CB) is known color: Echo Blue. HEX triplet: B0, B2 and CB. RGB value is (176,178,203). Sum of RGB (Red+Green+Blue) = 176+178+203=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #B0B2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B2CB is #4F4D34. Grayscale: #B4B4B4. Windows color (decimal): -5197109 or 13349552. OLE color: 13349552.

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

Color convert

RGB 176 178 203 -
CMYK 0.13 0.12 0 0.20
HSL 235.56º 0.21% 0.74% -
HSV(B) 235.56º 0.13% 0.8% -
XYZ 44.6 45.38 62.91 -
YUV 180.25 140.84 124.97 -
System Red Green Blue C M Y K H S L
Decimal 176 178 203 0.13 0.12 0 0.20 235.56 0.21 0.74
Hex B0 B2 CB D C 0 14 EC 15 4A
Octal 260 262 313 15 14 0 24 354 25 112
Binary 10110000 10110010 11001011 1101 1100 0 10100 11101100 10101 1001010

Color Harmonies of #B0B2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B2CB

Black with #B0B2CB

Text Example


Text Example

White with #B0B2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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