#B4AFA4

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

Shades of Cloudy #B4AFA4

Tints of Cloudy #B4AFA4

Color information

#B4AFA4 (or 0xB4AFA4) is unknown color: approx Cloudy. HEX triplet: B4, AF and A4. RGB value is (180,175,164). Sum of RGB (Red+Green+Blue) = 180+175+164=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AFA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AFA4 is #4B505B. Grayscale: #AFAFAF. Windows color (decimal): -4935772 or 10792884. OLE color: 10792884.

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

Color convert

RGB180175164-
CMYK00.030.090.29
HSL41.25º9.64%67.45%-
HSV(B)41.25º8.89%70.59%-
XYZ40.8543.0441.28-
YUV175.24121.66131.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 164 (64.45% from 255) = 31.60%
R=34.68%
G=33.72%
B=31.60%

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
Decimal18017516400.030.090.2941.259.6467.45
HexB4AFA40391D29a43
Octal2642572440311355112103
Binary10110100101011111010010001110011110110100110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFA4; }

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

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

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

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

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

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

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

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