#B3AFA5

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

Shades of Cloudy #B3AFA5

Tints of Cloudy #B3AFA5

Color information

#B3AFA5 (or 0xB3AFA5) is unknown color: approx Cloudy. HEX triplet: B3, AF and A5. RGB value is (179,175,165). Sum of RGB (Red+Green+Blue) = 179+175+165=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AFA5 is #4C505A. Grayscale: #AFAFAF. Windows color (decimal): -5001307 or 10858419. OLE color: 10858419.

HSL color Cylindrical-coordinate representation of color #B3AFA5: hue angle of 42.86º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B3AFA5 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB179175165-
CMYK00.020.080.30
HSL42.86º8.43%67.45%-
HSV(B)42.86º7.82%70.2%-
XYZ40.7142.9641.74-
YUV175.06122.33130.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.49%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 165 (64.84% from 255) = 31.79%
R=34.49%
G=33.72%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917516500.020.080.3042.868.4367.45
HexB3AFA50281E2b843
Octal2632572450210365310103
Binary10110011101011111010010101010001111010101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFA5; }

 p { color: rgb(179,175,165); }

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

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

 a { background-color: rgb(179,175,165); }

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

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

 span { border-color: rgb(179,175,165); }

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