#BBDC9B

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

Shades of Pixie Green #BBDC9B

Tints of Pixie Green #BBDC9B

Color information

#BBDC9B (or 0xBBDC9B) is unknown color: approx Pixie Green. HEX triplet: BB, DC and 9B. RGB value is (187,220,155). Sum of RGB (Red+Green+Blue) = 187+220+155=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC9B is #442364. Grayscale: #CACACA. Windows color (decimal): -4465509 or 10214587. OLE color: 10214587.

HSL color Cylindrical-coordinate representation of color #BBDC9B: hue angle of 90.46º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBDC9B is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB187220155-
CMYK0.1500.300.14
HSL90.46º48.15%73.53%-
HSV(B)90.46º29.55%86.27%-
XYZ5264.1240.65-
YUV202.72101.07116.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 220 (86.33% from 255) = 39.15%
BLUE value IS 155 (60.94% from 255) = 27.58%
R=33.27%
G=39.15%
B=27.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201550.1500.300.1490.4648.1573.53
HexBBDC9BF01EE5a304a
Octal273334233170361613260112
Binary1011101111011100100110111111011110111010110101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDC9B; }

 p { color: rgb(187,220,155); }

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

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

 a { background-color: rgb(187,220,155); }

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

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

 span { border-color: rgb(187,220,155); }

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