#BBCFA7

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

Shades of Pixie Green #BBCFA7

Tints of Pixie Green #BBCFA7

Color information

#BBCFA7 (or 0xBBCFA7) is unknown color: approx Pixie Green. HEX triplet: BB, CF and A7. RGB value is (187,207,167). Sum of RGB (Red+Green+Blue) = 187+207+167=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 167 (65.62% from 255 or 29.77% from 561); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCFA7 is #443058. Grayscale: #C4C4C4. Windows color (decimal): -4468825 or 10997691. OLE color: 10997691.

HSL color Cylindrical-coordinate representation of color #BBCFA7: hue angle of 90º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBCFA7 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB187207167-
CMYK0.1000.190.19
HSL90º29.41%73.33%-
HSV(B)90º19.32%81.18%-
XYZ49.7857.9845.13-
YUV196.46111.37121.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 207 (81.25% from 255) = 36.90%
BLUE value IS 167 (65.62% from 255) = 29.77%
R=33.33%
G=36.90%
B=29.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872071670.1000.190.199029.4173.33
HexBBCFA7A013135a1d49
Octal273317247120232313235111
Binary1011101111001111101001111010010011100111011010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFA7; }

 p { color: rgb(187,207,167); }

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

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

 a { background-color: rgb(187,207,167); }

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

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

 span { border-color: rgb(187,207,167); }

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