#BDDB9B

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

Shades of Pixie Green #BDDB9B

Tints of Pixie Green #BDDB9B

Color information

#BDDB9B (or 0xBDDB9B) is unknown color: approx Pixie Green. HEX triplet: BD, DB and 9B. RGB value is (189,219,155). Sum of RGB (Red+Green+Blue) = 189+219+155=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB9B is #422464. Grayscale: #CACACA. Windows color (decimal): -4334693 or 10214333. OLE color: 10214333.

HSL color Cylindrical-coordinate representation of color #BDDB9B: hue angle of 88.12º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDDB9B is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB189219155-
CMYK0.1400.290.14
HSL88.12º47.06%73.33%-
HSV(B)88.12º29.22%85.88%-
XYZ52.2363.8540.58-
YUV202.73101.06118.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 219 (85.94% from 255) = 38.90%
BLUE value IS 155 (60.94% from 255) = 27.53%
R=33.57%
G=38.90%
B=27.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191550.1400.290.1488.1247.0673.33
HexBDDB9BE01DE582f49
Octal275333233160351613057111
Binary1011110111011011100110111110011101111010110001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDB9B; }

 p { color: rgb(189,219,155); }

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

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

 a { background-color: rgb(189,219,155); }

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

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

 span { border-color: rgb(189,219,155); }

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