#BBD0AF

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

Shades of Pixie Green #BBD0AF

Tints of Pixie Green #BBD0AF

Color information

#BBD0AF (or 0xBBD0AF) is unknown color: approx Pixie Green. HEX triplet: BB, D0 and AF. RGB value is (187,208,175). Sum of RGB (Red+Green+Blue) = 187+208+175=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD0AF is #442F50. Grayscale: #C6C6C6. Windows color (decimal): -4468561 or 11522235. OLE color: 11522235.

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

Color convert

RGB187208175-
CMYK0.1000.160.18
HSL98.18º25.98%75.1%-
HSV(B)98.18º15.87%81.57%-
XYZ50.7958.7749.22-
YUV197.96115.04120.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 208 (81.64% from 255) = 36.49%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=32.81%
G=36.49%
B=30.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872081750.1000.160.1898.1825.9875.1
HexBBD0AFA01012621a4b
Octal273320257120202214232113
Binary1011101111010000101011111010010000100101100010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD0AF; }

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

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

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

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

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

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

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

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