#BBCFA6

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

Shades of Pixie Green #BBCFA6

Tints of Pixie Green #BBCFA6

Color information

#BBCFA6 (or 0xBBCFA6) is unknown color: approx Pixie Green. HEX triplet: BB, CF and A6. RGB value is (187,207,166). Sum of RGB (Red+Green+Blue) = 187+207+166=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 166 (65.23% from 255 or 29.64% from 560); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCFA6 is #443059. Grayscale: #C4C4C4. Windows color (decimal): -4468826 or 10932155. OLE color: 10932155.

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

Color convert

RGB187207166-
CMYK0.1000.200.19
HSL89.27º29.93%73.14%-
HSV(B)89.27º19.81%81.18%-
XYZ49.6957.9444.64-
YUV196.35110.87121.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 207 (81.25% from 255) = 36.96%
BLUE value IS 166 (65.23% from 255) = 29.64%
R=33.39%
G=36.96%
B=29.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872071660.1000.200.1989.2729.9373.14
HexBBCFA6A01413591e49
Octal273317246120242313136111
Binary1011101111001111101001101010010100100111011001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFA6; }

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

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

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

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

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

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

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

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