#BBD69E

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

Shades of Pixie Green #BBD69E

Tints of Pixie Green #BBD69E

Color information

#BBD69E (or 0xBBD69E) is unknown color: approx Pixie Green. HEX triplet: BB, D6 and 9E. RGB value is (187,214,158). Sum of RGB (Red+Green+Blue) = 187+214+158=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD69E is #442961. Grayscale: #C7C7C7. Windows color (decimal): -4467042 or 10409659. OLE color: 10409659.

HSL color Cylindrical-coordinate representation of color #BBD69E: hue angle of 88.93º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBD69E is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB187214158-
CMYK0.1300.260.16
HSL88.93º40.58%72.94%-
HSV(B)88.93º26.17%83.92%-
XYZ50.7161.1341.47-
YUV199.54104.55119.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 214 (83.98% from 255) = 38.28%
BLUE value IS 158 (62.11% from 255) = 28.26%
R=33.45%
G=38.28%
B=28.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872141580.1300.260.1688.9340.5872.94
HexBBD69ED01A10592949
Octal273326236150322013151111
Binary10111011110101101001111011010110101000010110011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD69E; }

 p { color: rgb(187,214,158); }

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

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

 a { background-color: rgb(187,214,158); }

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

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

 span { border-color: rgb(187,214,158); }

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