Html Css Color HEX #B2B5CD Echo Blue

📋 copy color: '#B2B5CD'

red 178 ◦ green 181 ◦ blue 205

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

Shades of Echo Blue #B2B5CD

Tints of Echo Blue #B2B5CD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.09%

 BLUE value IS 205 (80.47% from 255) = 36.35%

R = 31.56%
G = 32.09%
B = 36.35%

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

#B2B5CD (or 0xB2B5CD) is known color: Echo Blue. HEX triplet: B2, B5 and CD. RGB value is (178,181,205). Sum of RGB (Red+Green+Blue) = 178+181+205=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 181 (71.09% from 255 or 32.09% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2B5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B5CD is #4D4A32. Grayscale: #B6B6B6. Windows color (decimal): -5065267 or 13481394. OLE color: 13481394.

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

Color convert

RGB 178 181 205 -
CMYK 0.13 0.12 0 0.20
HSL 233.33º 0.21% 0.75% -
HSV(B) 233.33º 0.13% 0.8% -
XYZ 45.9 46.92 64.39 -
YUV 182.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 178 181 205 0.13 0.12 0 0.20 233.33 0.21 0.75
Hex B2 B5 CD D C 0 14 E9 15 4B
Octal 262 265 315 15 14 0 24 351 25 113
Binary 10110010 10110101 11001101 1101 1100 0 10100 11101001 10101 1001011

Color Harmonies of #B2B5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B5CD

Black with #B2B5CD

Text Example


Text Example

White with #B2B5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B5CD; }

 p { color: rgb(178,181,205); }

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

background-color css

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

 a { background-color: rgb(178,181,205); }

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

border-color css

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

 span { border-color: rgb(178,181,205); }

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