#BACDAF

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

Shades of Pumice #BACDAF

Tints of Pumice #BACDAF

Color information

#BACDAF (or 0xBACDAF) is unknown color: approx Pumice. HEX triplet: BA, CD and AF. RGB value is (186,205,175). Sum of RGB (Red+Green+Blue) = 186+205+175=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACDAF is #453250. Grayscale: #C4C4C4. Windows color (decimal): -4534865 or 11521466. OLE color: 11521466.

HSL color Cylindrical-coordinate representation of color #BACDAF: hue angle of 98º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BACDAF is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB186205175-
CMYK0.0900.150.20
HSL98º23.08%74.51%-
HSV(B)98º14.63%80.39%-
XYZ49.8257.248.97-
YUV195.9116.21120.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.86%
GREEN value IS 205 (80.47% from 255) = 36.22%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=32.86%
G=36.22%
B=30.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051750.0900.150.209823.0874.51
HexBACDAF90F1462174b
Octal272315257110172414227113
Binary101110101100110110101111100101111101001100010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDAF; }

 p { color: rgb(186,205,175); }

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

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

 a { background-color: rgb(186,205,175); }

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

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

 span { border-color: rgb(186,205,175); }

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