#BBD6A4

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

Shades of Pixie Green #BBD6A4

Tints of Pixie Green #BBD6A4

Color information

#BBD6A4 (or 0xBBD6A4) is unknown color: approx Pixie Green. HEX triplet: BB, D6 and A4. RGB value is (187,214,164). Sum of RGB (Red+Green+Blue) = 187+214+164=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 164 (64.45% from 255 or 29.03% from 565); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD6A4 is #44295B. Grayscale: #C8C8C8. Windows color (decimal): -4467036 or 10802875. OLE color: 10802875.

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

Color convert

RGB187214164-
CMYK0.1300.230.16
HSL92.4º37.88%74.12%-
HSV(B)92.4º23.36%83.92%-
XYZ51.2461.3444.26-
YUV200.23107.55118.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 214 (83.98% from 255) = 37.88%
BLUE value IS 164 (64.45% from 255) = 29.03%
R=33.10%
G=37.88%
B=29.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872141640.1300.230.1692.437.8874.12
HexBBD6A4D017105c264a
Octal273326244150272013446112
Binary10111011110101101010010011010101111000010111001001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD6A4; }

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

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

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

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

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

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

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

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