#B8CDA8

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

Shades of Pixie Green #B8CDA8

Tints of Pixie Green #B8CDA8

Color information

#B8CDA8 (or 0xB8CDA8) is unknown color: approx Pixie Green. HEX triplet: B8, CD and A8. RGB value is (184,205,168). Sum of RGB (Red+Green+Blue) = 184+205+168=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CDA8 is #473257. Grayscale: #C2C2C2. Windows color (decimal): -4665944 or 11062712. OLE color: 11062712.

HSL color Cylindrical-coordinate representation of color #B8CDA8: hue angle of 94.05º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8CDA8 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB184205168-
CMYK0.1000.180.20
HSL94.05º27.01%73.14%-
HSV(B)94.05º18.05%80.39%-
XYZ48.6756.6845.42-
YUV194.5113.04120.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.03%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 168 (66.02% from 255) = 30.16%
R=33.03%
G=36.80%
B=30.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1842051680.1000.180.2094.0527.0173.14
HexB8CDA8A012145e1b49
Octal270315250120222413633111
Binary1011100011001101101010001010010010101001011110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CDA8; }

 p { color: rgb(184,205,168); }

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

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

 a { background-color: rgb(184,205,168); }

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

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

 span { border-color: rgb(184,205,168); }

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