#B8CFAD

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

Shades of Pixie Green #B8CFAD

Tints of Pixie Green #B8CFAD

Color information

#B8CFAD (or 0xB8CFAD) is unknown color: approx Pixie Green. HEX triplet: B8, CF and AD. RGB value is (184,207,173). Sum of RGB (Red+Green+Blue) = 184+207+173=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CFAD is #473052. Grayscale: #C4C4C4. Windows color (decimal): -4665427 or 11390904. OLE color: 11390904.

HSL color Cylindrical-coordinate representation of color #B8CFAD: hue angle of 100.59º 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 #B8CFAD is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB184207173-
CMYK0.1100.160.19
HSL100.59º26.15%74.51%-
HSV(B)100.59º16.43%81.18%-
XYZ49.6257.8348.08-
YUV196.25114.88119.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.62%
GREEN value IS 207 (81.25% from 255) = 36.70%
BLUE value IS 173 (67.97% from 255) = 30.67%
R=32.62%
G=36.70%
B=30.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1842071730.1100.160.19100.5926.1574.51
HexB8CFADB01013651a4b
Octal270317255130202314532113
Binary1011100011001111101011011011010000100111100101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CFAD; }

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

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

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

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

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

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

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

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