#B5AFA4

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

Shades of Cloudy #B5AFA4

Tints of Cloudy #B5AFA4

Color information

#B5AFA4 (or 0xB5AFA4) is unknown color: approx Cloudy. HEX triplet: B5, AF and A4. RGB value is (181,175,164). Sum of RGB (Red+Green+Blue) = 181+175+164=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AFA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AFA4 is #4A505B. Grayscale: #AFAFAF. Windows color (decimal): -4870236 or 10792885. OLE color: 10792885.

HSL color Cylindrical-coordinate representation of color #B5AFA4: hue angle of 38.82º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5AFA4 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB181175164-
CMYK00.030.090.29
HSL38.82º10.3%67.65%-
HSV(B)38.82º9.39%70.98%-
XYZ41.0943.1641.29-
YUV175.54121.49131.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.81%
GREEN value IS 175 (68.75% from 255) = 33.65%
BLUE value IS 164 (64.45% from 255) = 31.54%
R=34.81%
G=33.65%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117516400.030.090.2938.8210.367.65
HexB5AFA40391D27a44
Octal2652572440311354712104
Binary10110101101011111010010001110011110110011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFA4; }

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

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

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

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

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

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

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

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