#BBCFAF

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

Shades of Pixie Green #BBCFAF

Tints of Pixie Green #BBCFAF

Color information

#BBCFAF (or 0xBBCFAF) is unknown color: approx Pixie Green. HEX triplet: BB, CF and AF. RGB value is (187,207,175). Sum of RGB (Red+Green+Blue) = 187+207+175=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCFAF is #443050. Grayscale: #C5C5C5. Windows color (decimal): -4468817 or 11521979. OLE color: 11521979.

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

Color convert

RGB187207175-
CMYK0.1000.150.19
HSL97.5º25%74.9%-
HSV(B)97.5º15.46%81.18%-
XYZ50.5458.2949.14-
YUV197.37115.37120.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 207 (81.25% from 255) = 36.38%
BLUE value IS 175 (68.75% from 255) = 30.76%
R=32.86%
G=36.38%
B=30.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872071750.1000.150.1997.52574.9
HexBBCFAFA0F1361194b
Octal273317257120172314131113
Binary101110111100111110101111101001111100111100001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFAF; }

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

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

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

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

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

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

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

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