#B4AFA9

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

Shades of Cloudy #B4AFA9

Tints of Cloudy #B4AFA9

Color information

#B4AFA9 (or 0xB4AFA9) is unknown color: approx Cloudy. HEX triplet: B4, AF and A9. RGB value is (180,175,169). Sum of RGB (Red+Green+Blue) = 180+175+169=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AFA9 is #4B5056. Grayscale: #AFAFAF. Windows color (decimal): -4935767 or 11120564. OLE color: 11120564.

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

Color convert

RGB180175169-
CMYK00.030.060.29
HSL32.73º6.83%68.43%-
HSV(B)32.73º6.11%70.59%-
XYZ41.3143.2343.7-
YUV175.81124.16130.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 169 (66.41% from 255) = 32.25%
R=34.35%
G=33.40%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017516900.030.060.2932.736.8368.43
HexB4AFA90361D21744
Octal26425725103635417104
Binary101101001010111110101001011110111011000011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFA9; }

 p { color: rgb(180,175,169); }

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

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

 a { background-color: rgb(180,175,169); }

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

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

 span { border-color: rgb(180,175,169); }

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