#B5AFCB

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

Shades of Blue Haze #B5AFCB

Tints of Blue Haze #B5AFCB

Color information

#B5AFCB (or 0xB5AFCB) is unknown color: approx Blue Haze. HEX triplet: B5, AF and CB. RGB value is (181,175,203). Sum of RGB (Red+Green+Blue) = 181+175+203=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #B5AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFCB is #4A5034. Grayscale: #B3B3B3. Windows color (decimal): -4870197 or 13348789. OLE color: 13348789.

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

Color convert

RGB181175203-
CMYK0.110.1400.20
HSL252.86º21.21%74.12%-
HSV(B)252.86º13.79%79.61%-
XYZ45.1744.862.77-
YUV179.99140.99128.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.38%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=32.38%
G=31.31%
B=36.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811752030.110.1400.20252.8621.2174.12
HexB5AFCBBE014fd154a
Octal265257313131602437525112
Binary1011010110101111110010111011111001010011111101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFCB; }

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

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

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

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

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

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

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

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