#BBCFAD

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

Shades of Pixie Green #BBCFAD

Tints of Pixie Green #BBCFAD

Color information

#BBCFAD (or 0xBBCFAD) is unknown color: approx Pixie Green. HEX triplet: BB, CF and AD. RGB value is (187,207,173). Sum of RGB (Red+Green+Blue) = 187+207+173=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCFAD is #443052. Grayscale: #C5C5C5. Windows color (decimal): -4468819 or 11390907. OLE color: 11390907.

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

Color convert

RGB187207173-
CMYK0.1000.160.19
HSL95.29º26.15%74.51%-
HSV(B)95.29º16.43%81.18%-
XYZ50.3558.2148.12-
YUV197.14114.37120.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.98%
GREEN value IS 207 (81.25% from 255) = 36.51%
BLUE value IS 173 (67.97% from 255) = 30.51%
R=32.98%
G=36.51%
B=30.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872071730.1000.160.1995.2926.1574.51
HexBBCFADA010135f1a4b
Octal273317255120202313732113
Binary1011101111001111101011011010010000100111011111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFAD; }

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

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

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

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

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

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

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

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