#BBDBA3

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

Shades of Pixie Green #BBDBA3

Tints of Pixie Green #BBDBA3

Color information

#BBDBA3 (or 0xBBDBA3) is unknown color: approx Pixie Green. HEX triplet: BB, DB and A3. RGB value is (187,219,163). Sum of RGB (Red+Green+Blue) = 187+219+163=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 163 (64.06% from 255 or 28.65% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDBA3 is #44245C. Grayscale: #CBCBCB. Windows color (decimal): -4465757 or 10738619. OLE color: 10738619.

HSL color Cylindrical-coordinate representation of color #BBDBA3: hue angle of 94.29º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBDBA3 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB187219163-
CMYK0.1500.260.14
HSL94.29º43.75%74.9%-
HSV(B)94.29º25.57%85.88%-
XYZ52.4463.8744.22-
YUV203.05105.4116.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 219 (85.94% from 255) = 38.49%
BLUE value IS 163 (64.06% from 255) = 28.65%
R=32.86%
G=38.49%
B=28.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872191630.1500.260.1494.2943.7574.9
HexBBDBA3F01AE5e2c4b
Octal273333243170321613654113
Binary1011101111011011101000111111011010111010111101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBA3; }

 p { color: rgb(187,219,163); }

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

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

 a { background-color: rgb(187,219,163); }

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

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

 span { border-color: rgb(187,219,163); }

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