#BBD3A0

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

Shades of Pixie Green #BBD3A0

Tints of Pixie Green #BBD3A0

Color information

#BBD3A0 (or 0xBBD3A0) is unknown color: approx Pixie Green. HEX triplet: BB, D3 and A0. RGB value is (187,211,160). Sum of RGB (Red+Green+Blue) = 187+211+160=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD3A0 is #442C5F. Grayscale: #C6C6C6. Windows color (decimal): -4467808 or 10539963. OLE color: 10539963.

HSL color Cylindrical-coordinate representation of color #BBD3A0: hue angle of 88.24º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBD3A0 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB187211160-
CMYK0.1100.240.17
HSL88.24º36.69%72.75%-
HSV(B)88.24º24.17%82.75%-
XYZ50.1359.6942.14-
YUV198.01106.55120.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.51%
GREEN value IS 211 (82.81% from 255) = 37.81%
BLUE value IS 160 (62.89% from 255) = 28.67%
R=33.51%
G=37.81%
B=28.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872111600.1100.240.1788.2436.6972.75
HexBBD3A0B01811582549
Octal273323240130302113045111
Binary10111011110100111010000010110110001000110110001001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD3A0; }

 p { color: rgb(187,211,160); }

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

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

 a { background-color: rgb(187,211,160); }

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

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

 span { border-color: rgb(187,211,160); }

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