#BBD5A5

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

Shades of Pixie Green #BBD5A5

Tints of Pixie Green #BBD5A5

Color information

#BBD5A5 (or 0xBBD5A5) is unknown color: approx Pixie Green. HEX triplet: BB, D5 and A5. RGB value is (187,213,165). Sum of RGB (Red+Green+Blue) = 187+213+165=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD5A5 is #442A5A. Grayscale: #C7C7C7. Windows color (decimal): -4467291 or 10868155. OLE color: 10868155.

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

Color convert

RGB187213165-
CMYK0.1200.230.16
HSL92.5º36.36%74.12%-
HSV(B)92.5º22.54%83.53%-
XYZ51.0860.8744.65-
YUV199.75108.39118.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 213 (83.59% from 255) = 37.70%
BLUE value IS 165 (64.84% from 255) = 29.20%
R=33.10%
G=37.70%
B=29.20%

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
Decimal1872131650.1200.230.1692.536.3674.12
HexBBD5A5C017105c244a
Octal273325245140272013444112
Binary10111011110101011010010111000101111000010111001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5A5; }

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

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

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

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

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

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

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

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