Html Css Color HEX #B0B2CE Echo Blue

📋 copy color: '#B0B2CE'

red 176 ◦ green 178 ◦ blue 206

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

Shades of Echo Blue #B0B2CE

Tints of Echo Blue #B0B2CE

RGB

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

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

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

R = 31.43%
G = 31.79%
B = 36.79%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B0B2CE (or 0xB0B2CE) is known color: Echo Blue. HEX triplet: B0, B2 and CE. RGB value is (176,178,206). Sum of RGB (Red+Green+Blue) = 176+178+206=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #B0B2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B2CE is #4F4D31. Grayscale: #B4B4B4. Windows color (decimal): -5197106 or 13546160. OLE color: 13546160.

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

Color convert

RGB 176 178 206 -
CMYK 0.15 0.14 0 0.19
HSL 236º 0.23% 0.75% -
HSV(B) 236º 0.15% 0.81% -
XYZ 44.97 45.53 64.81 -
YUV 180.59 142.34 124.72 -
System Red Green Blue C M Y K H S L
Decimal 176 178 206 0.15 0.14 0 0.19 236 0.23 0.75
Hex B0 B2 CE F E 0 13 EC 17 4B
Octal 260 262 316 17 16 0 23 354 27 113
Binary 10110000 10110010 11001110 1111 1110 0 10011 11101100 10111 1001011

Color Harmonies of #B0B2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B2CE

Black with #B0B2CE

Text Example


Text Example

White with #B0B2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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