Html Css Color HEX #B5BBCF Echo Blue

📋 copy color: '#B5BBCF'

red 181 ◦ green 187 ◦ blue 207

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

Shades of Echo Blue #B5BBCF

Tints of Echo Blue #B5BBCF

RGB

 RED value IS 181 (71.09% from 255) = 31.48%

 GREEN value IS 187 (73.44% from 255) = 32.52%

 BLUE value IS 207 (81.25% from 255) = 36%

R = 31.48%
G = 32.52%
B = 36%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B5BBCF (or 0xB5BBCF) is known color: Echo Blue. HEX triplet: B5, BB and CF. RGB value is (181,187,207). Sum of RGB (Red+Green+Blue) = 181+187+207=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BBCF is #4A4430. Grayscale: #BBBBBB. Windows color (decimal): -4867121 or 13614005. OLE color: 13614005.

HSL color Cylindrical-coordinate representation of color #B5BBCF: hue angle of 226.15º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5BBCF is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 187 207 -
CMYK 0.13 0.10 0 0.19
HSL 226.15º 0.21% 0.76% -
HSV(B) 226.15º 0.13% 0.81% -
XYZ 48.09 49.87 66.12 -
YUV 187.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 181 187 207 0.13 0.10 0 0.19 226.15 0.21 0.76
Hex B5 BB CF D A 0 13 E2 15 4C
Octal 265 273 317 15 12 0 23 342 25 114
Binary 10110101 10111011 11001111 1101 1010 0 10011 11100010 10101 1001100

Color Harmonies of #B5BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BBCF

Black with #B5BBCF

Text Example


Text Example

White with #B5BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BBCF; }

 p { color: rgb(181,187,207); }

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

background-color css

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

 a { background-color: rgb(181,187,207); }

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

border-color css

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

 span { border-color: rgb(181,187,207); }

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