#BBD1AC

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

Shades of Pixie Green #BBD1AC

Tints of Pixie Green #BBD1AC

Color information

#BBD1AC (or 0xBBD1AC) is unknown color: approx Pixie Green. HEX triplet: BB, D1 and AC. RGB value is (187,209,172). Sum of RGB (Red+Green+Blue) = 187+209+172=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD1AC is #442E53. Grayscale: #C6C6C6. Windows color (decimal): -4468308 or 11325883. OLE color: 11325883.

HSL color Cylindrical-coordinate representation of color #BBD1AC: hue angle of 95.68º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBD1AC is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB187209172-
CMYK0.1100.180.18
HSL95.68º28.68%74.71%-
HSV(B)95.68º17.7%81.96%-
XYZ50.7459.1447.77-
YUV198.2113.21120.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 209 (82.03% from 255) = 36.80%
BLUE value IS 172 (67.58% from 255) = 30.28%
R=32.92%
G=36.80%
B=30.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872091720.1100.180.1895.6828.6874.71
HexBBD1ACB01212601d4b
Octal273321254130222214035113
Binary1011101111010001101011001011010010100101100000111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD1AC; }

 p { color: rgb(187,209,172); }

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

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

 a { background-color: rgb(187,209,172); }

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

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

 span { border-color: rgb(187,209,172); }

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