Html Css Color HEX #B2B5CB Echo Blue

📋 copy color: '#B2B5CB'

red 178 ◦ green 181 ◦ blue 203

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

Shades of Echo Blue #B2B5CB

Tints of Echo Blue #B2B5CB

RGB

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

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

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

R = 31.67%
G = 32.21%
B = 36.12%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B2B5CB (or 0xB2B5CB) is known color: Echo Blue. HEX triplet: B2, B5 and CB. RGB value is (178,181,203). Sum of RGB (Red+Green+Blue) = 178+181+203=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 181 (71.09% from 255 or 32.21% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #B2B5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B5CB is #4D4A34. Grayscale: #B6B6B6. Windows color (decimal): -5065269 or 13350322. OLE color: 13350322.

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

Color convert

RGB 178 181 203 -
CMYK 0.12 0.11 0 0.20
HSL 232.8º 0.19% 0.75% -
HSV(B) 232.8º 0.12% 0.8% -
XYZ 45.66 46.82 63.13 -
YUV 182.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 178 181 203 0.12 0.11 0 0.20 232.8 0.19 0.75
Hex B2 B5 CB C B 0 14 E9 13 4B
Octal 262 265 313 14 13 0 24 351 23 113
Binary 10110010 10110101 11001011 1100 1011 0 10100 11101001 10011 1001011

Color Harmonies of #B2B5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B5CB

Black with #B2B5CB

Text Example


Text Example

White with #B2B5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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