#BBDBA2

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

Shades of Pixie Green #BBDBA2

Tints of Pixie Green #BBDBA2

Color information

#BBDBA2 (or 0xBBDBA2) is unknown color: approx Pixie Green. HEX triplet: BB, DB and A2. RGB value is (187,219,162). Sum of RGB (Red+Green+Blue) = 187+219+162=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 162 (63.67% from 255 or 28.52% from 568); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDBA2 is #44245D. Grayscale: #CBCBCB. Windows color (decimal): -4465758 or 10673083. OLE color: 10673083.

HSL color Cylindrical-coordinate representation of color #BBDBA2: hue angle of 93.68º 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 #BBDBA2 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB187219162-
CMYK0.1500.260.14
HSL93.68º44.19%74.71%-
HSV(B)93.68º26.03%85.88%-
XYZ52.3563.8443.75-
YUV202.93104.9116.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 219 (85.94% from 255) = 38.56%
BLUE value IS 162 (63.67% from 255) = 28.52%
R=32.92%
G=38.56%
B=28.52%

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
Decimal1872191620.1500.260.1493.6844.1974.71
HexBBDBA2F01AE5e2c4b
Octal273333242170321613654113
Binary1011101111011011101000101111011010111010111101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBA2; }

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

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

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

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

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

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

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

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