#B8CFAB

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

Shades of Pixie Green #B8CFAB

Tints of Pixie Green #B8CFAB

Color information

#B8CFAB (or 0xB8CFAB) is unknown color: approx Pixie Green. HEX triplet: B8, CF and AB. RGB value is (184,207,171). Sum of RGB (Red+Green+Blue) = 184+207+171=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CFAB is #473054. Grayscale: #C4C4C4. Windows color (decimal): -4665429 or 11259832. OLE color: 11259832.

HSL color Cylindrical-coordinate representation of color #B8CFAB: hue angle of 98.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8CFAB is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB184207171-
CMYK0.1100.170.19
HSL98.33º27.27%74.12%-
HSV(B)98.33º17.39%81.18%-
XYZ49.4357.7647.07-
YUV196.02113.88119.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.74%
GREEN value IS 207 (81.25% from 255) = 36.83%
BLUE value IS 171 (67.19% from 255) = 30.43%
R=32.74%
G=36.83%
B=30.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1842071710.1100.170.1998.3327.2774.12
HexB8CFABB01113621b4a
Octal270317253130212314233112
Binary1011100011001111101010111011010001100111100010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CFAB; }

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

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

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

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

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

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

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

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