#BBD0A9

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

Shades of Pixie Green #BBD0A9

Tints of Pixie Green #BBD0A9

Color information

#BBD0A9 (or 0xBBD0A9) is unknown color: approx Pixie Green. HEX triplet: BB, D0 and A9. RGB value is (187,208,169). Sum of RGB (Red+Green+Blue) = 187+208+169=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 169 (66.41% from 255 or 29.96% from 564); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD0A9 is #442F56. Grayscale: #C5C5C5. Windows color (decimal): -4468567 or 11129019. OLE color: 11129019.

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

Color convert

RGB187208169-
CMYK0.1000.190.18
HSL92.31º29.32%73.92%-
HSV(B)92.31º18.75%81.57%-
XYZ50.2158.5446.19-
YUV197.27112.04120.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 208 (81.64% from 255) = 36.88%
BLUE value IS 169 (66.41% from 255) = 29.96%
R=33.16%
G=36.88%
B=29.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872081690.1000.190.1892.3129.3273.92
HexBBD0A9A013125c1d4a
Octal273320251120232213435112
Binary1011101111010000101010011010010011100101011100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD0A9; }

 p { color: rgb(187,208,169); }

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

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

 a { background-color: rgb(187,208,169); }

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

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

 span { border-color: rgb(187,208,169); }

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