#B5AEC5

Color #B5AEC5 Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #B5AEC5

Tints of Blue Haze #B5AEC5

Color information

#B5AEC5 (or 0xB5AEC5) is unknown color: approx Blue Haze. HEX triplet: B5, AE and C5. RGB value is (181,174,197). Sum of RGB (Red+Green+Blue) = 181+174+197=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 197 - color contains mainly: blue. Hex color #B5AEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AEC5 is #4A513A. Grayscale: #B2B2B2. Windows color (decimal): -4870459 or 12955317. OLE color: 12955317.

HSL color Cylindrical-coordinate representation of color #B5AEC5: hue angle of 258.26º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5AEC5 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB181174197-
CMYK0.080.1200.23
HSL258.26º16.55%72.75%-
HSV(B)258.26º11.68%77.25%-
XYZ44.2744.1359.01-
YUV178.72138.32129.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.79%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 197 (77.34% from 255) = 35.69%
R=32.79%
G=31.52%
B=35.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811741970.080.1200.23258.2616.5572.75
HexB5AEC58C0171021149
Octal265256305101402740221111
Binary10110101101011101100010110001100010111100000010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AEC5; }

 p { color: rgb(181,174,197); }

 H1.HeaderClassName
 {
   color: #B5AEC5;
 }
 .AnyTagClassName
 {
   color: #B5AEC5;
 }
</style>
background-color css

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

 a { background-color: rgb(181,174,197); }

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

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

 span { border-color: rgb(181,174,197); }

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