#BBD5A4

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

Shades of Pixie Green #BBD5A4

Tints of Pixie Green #BBD5A4

Color information

#BBD5A4 (or 0xBBD5A4) is unknown color: approx Pixie Green. HEX triplet: BB, D5 and A4. RGB value is (187,213,164). Sum of RGB (Red+Green+Blue) = 187+213+164=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 164 (64.45% from 255 or 29.08% from 564); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD5A4 is #442A5B. Grayscale: #C7C7C7. Windows color (decimal): -4467292 or 10802619. OLE color: 10802619.

HSL color Cylindrical-coordinate representation of color #BBD5A4: hue angle of 91.84º degrees, saturation: 0.37, 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 #BBD5A4 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB187213164-
CMYK0.1200.230.16
HSL91.84º36.84%73.92%-
HSV(B)91.84º23%83.53%-
XYZ50.9960.8344.18-
YUV199.64107.89118.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 213 (83.59% from 255) = 37.77%
BLUE value IS 164 (64.45% from 255) = 29.08%
R=33.16%
G=37.77%
B=29.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872131640.1200.230.1691.8436.8473.92
HexBBD5A4C017105c254a
Octal273325244140272013445112
Binary10111011110101011010010011000101111000010111001001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5A4; }

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

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

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

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

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

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

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

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