#B3ACA3

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

Shades of Cloudy #B3ACA3

Tints of Cloudy #B3ACA3

Color information

#B3ACA3 (or 0xB3ACA3) is unknown color: approx Cloudy. HEX triplet: B3, AC and A3. RGB value is (179,172,163). Sum of RGB (Red+Green+Blue) = 179+172+163=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ACA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ACA3 is #4C535C. Grayscale: #ADADAD. Windows color (decimal): -5002077 or 10726579. OLE color: 10726579.

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

Color convert

RGB179172163-
CMYK00.040.090.30
HSL33.75º9.52%67.06%-
HSV(B)33.75º8.94%70.2%-
XYZ39.9541.7340.6-
YUV173.07122.32132.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.82%
GREEN value IS 172 (67.58% from 255) = 33.46%
BLUE value IS 163 (64.06% from 255) = 31.71%
R=34.82%
G=33.46%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917216300.040.090.3033.759.5267.06
HexB3ACA30491E22a43
Octal2632542430411364212103
Binary101100111010110010100011010010011111010001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACA3; }

 p { color: rgb(179,172,163); }

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

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

 a { background-color: rgb(179,172,163); }

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

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

 span { border-color: rgb(179,172,163); }

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