#BBD1AD

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

Shades of Pixie Green #BBD1AD

Tints of Pixie Green #BBD1AD

Color information

#BBD1AD (or 0xBBD1AD) is unknown color: approx Pixie Green. HEX triplet: BB, D1 and AD. RGB value is (187,209,173). Sum of RGB (Red+Green+Blue) = 187+209+173=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD1AD is #442E52. Grayscale: #C6C6C6. Windows color (decimal): -4468307 or 11391419. OLE color: 11391419.

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

Color convert

RGB187209173-
CMYK0.1100.170.18
HSL96.67º28.13%74.9%-
HSV(B)96.67º17.22%81.96%-
XYZ50.8459.1848.28-
YUV198.32113.71119.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 209 (82.03% from 255) = 36.73%
BLUE value IS 173 (67.97% from 255) = 30.40%
R=32.86%
G=36.73%
B=30.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872091730.1100.170.1896.6728.1374.9
HexBBD1ADB01112611c4b
Octal273321255130212214134113
Binary1011101111010001101011011011010001100101100001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD1AD; }

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

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

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

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

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

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

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

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