#BFDBA8

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

Shades of Pixie Green #BFDBA8

Tints of Pixie Green #BFDBA8

Color information

#BFDBA8 (or 0xBFDBA8) is unknown color: approx Pixie Green. HEX triplet: BF, DB and A8. RGB value is (191,219,168). Sum of RGB (Red+Green+Blue) = 191+219+168=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 168 (66.02% from 255 or 29.07% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDBA8 is #402457. Grayscale: #CCCCCC. Windows color (decimal): -4203608 or 11066303. OLE color: 11066303.

HSL color Cylindrical-coordinate representation of color #BFDBA8: hue angle of 92.94º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFDBA8 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB191219168-
CMYK0.1300.230.14
HSL92.94º41.46%75.88%-
HSV(B)92.94º23.29%85.88%-
XYZ53.8964.5746.67-
YUV204.81107.22118.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.04%
GREEN value IS 219 (85.94% from 255) = 37.89%
BLUE value IS 168 (66.02% from 255) = 29.07%
R=33.04%
G=37.89%
B=29.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912191680.1300.230.1492.9441.4675.88
HexBFDBA8D017E5d294c
Octal277333250150271613551114
Binary1011111111011011101010001101010111111010111011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDBA8; }

 p { color: rgb(191,219,168); }

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

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

 a { background-color: rgb(191,219,168); }

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

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

 span { border-color: rgb(191,219,168); }

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