Html Css Color HEX #B0B2CA Echo Blue

📋 copy color: '#B0B2CA'

red 176 ◦ green 178 ◦ blue 202

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

Shades of Echo Blue #B0B2CA

Tints of Echo Blue #B0B2CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.33%

R = 31.65%
G = 32.01%
B = 36.33%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B0B2CA (or 0xB0B2CA) is known color: Echo Blue. HEX triplet: B0, B2 and CA. RGB value is (176,178,202). Sum of RGB (Red+Green+Blue) = 176+178+202=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #B0B2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B2CA is #4F4D35. Grayscale: #B4B4B4. Windows color (decimal): -5197110 or 13284016. OLE color: 13284016.

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

Color convert

RGB 176 178 202 -
CMYK 0.13 0.12 0 0.21
HSL 235.38º 0.2% 0.74% -
HSV(B) 235.38º 0.13% 0.79% -
XYZ 44.49 45.34 62.28 -
YUV 180.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 176 178 202 0.13 0.12 0 0.21 235.38 0.2 0.74
Hex B0 B2 CA D C 0 15 EB 14 4A
Octal 260 262 312 15 14 0 25 353 24 112
Binary 10110000 10110010 11001010 1101 1100 0 10101 11101011 10100 1001010

Color Harmonies of #B0B2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B2CA

Black with #B0B2CA

Text Example


Text Example

White with #B0B2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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