#BBCFA1

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

Shades of Pixie Green #BBCFA1

Tints of Pixie Green #BBCFA1

Color information

#BBCFA1 (or 0xBBCFA1) is unknown color: approx Pixie Green. HEX triplet: BB, CF and A1. RGB value is (187,207,161). Sum of RGB (Red+Green+Blue) = 187+207+161=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 161 (63.28% from 255 or 29.01% from 555); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCFA1 is #44305E. Grayscale: #C3C3C3. Windows color (decimal): -4468831 or 10604475. OLE color: 10604475.

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

Color convert

RGB187207161-
CMYK0.1000.220.19
HSL86.09º32.39%72.16%-
HSV(B)86.09º22.22%81.18%-
XYZ49.2457.7642.27-
YUV195.78108.37121.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 207 (81.25% from 255) = 37.30%
BLUE value IS 161 (63.28% from 255) = 29.01%
R=33.69%
G=37.30%
B=29.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872071610.1000.220.1986.0932.3972.16
HexBBCFA1A01613562048
Octal273317241120262312640110
Binary10111011110011111010000110100101101001110101101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFA1; }

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

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

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

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

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

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

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

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