Html Css Color HEX #B2B7CA Echo Blue

📋 copy color: '#B2B7CA'

red 178 ◦ green 183 ◦ blue 202

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

Shades of Echo Blue #B2B7CA

Tints of Echo Blue #B2B7CA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.5%

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

R = 31.62%
G = 32.5%
B = 35.88%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B2B7CA (or 0xB2B7CA) is known color: Echo Blue. HEX triplet: B2, B7 and CA. RGB value is (178,183,202). Sum of RGB (Red+Green+Blue) = 178+183+202=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 202 - color contains mainly: blue. Hex color #B2B7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B7CA is #4D4835. Grayscale: #B7B7B7. Windows color (decimal): -5064758 or 13285298. OLE color: 13285298.

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

Color convert

RGB 178 183 202 -
CMYK 0.12 0.09 0 0.21
HSL 227.5º 0.18% 0.75% -
HSV(B) 227.5º 0.12% 0.79% -
XYZ 45.95 47.6 62.64 -
YUV 183.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 178 183 202 0.12 0.09 0 0.21 227.5 0.18 0.75
Hex B2 B7 CA C 9 0 15 E4 12 4B
Octal 262 267 312 14 11 0 25 344 22 113
Binary 10110010 10110111 11001010 1100 1001 0 10101 11100100 10010 1001011

Color Harmonies of #B2B7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B7CA

Black with #B2B7CA

Text Example


Text Example

White with #B2B7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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