#B5AFA3

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

Shades of Cloudy #B5AFA3

Tints of Cloudy #B5AFA3

Color information

#B5AFA3 (or 0xB5AFA3) is unknown color: approx Cloudy. HEX triplet: B5, AF and A3. RGB value is (181,175,163). Sum of RGB (Red+Green+Blue) = 181+175+163=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AFA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AFA3 is #4A505C. Grayscale: #AFAFAF. Windows color (decimal): -4870237 or 10727349. OLE color: 10727349.

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

Color convert

RGB181175163-
CMYK00.030.100.29
HSL40º10.84%67.45%-
HSV(B)40º9.94%70.98%-
XYZ4143.1340.81-
YUV175.43120.99131.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.87%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 163 (64.06% from 255) = 31.41%
R=34.87%
G=33.72%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117516300.030.100.294010.8467.45
HexB5AFA303A1D28b43
Octal2652572430312355013103
Binary10110101101011111010001101110101110110100010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFA3; }

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

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

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

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

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

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

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

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