#B4CEA5

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

Shades of Pixie Green #B4CEA5

Tints of Pixie Green #B4CEA5

Color information

#B4CEA5 (or 0xB4CEA5) is unknown color: approx Pixie Green. HEX triplet: B4, CE and A5. RGB value is (180,206,165). Sum of RGB (Red+Green+Blue) = 180+206+165=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CEA5 is #4B315A. Grayscale: #C1C1C1. Windows color (decimal): -4927835 or 10866356. OLE color: 10866356.

HSL color Cylindrical-coordinate representation of color #B4CEA5: hue angle of 98.05º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4CEA5 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB180206165-
CMYK0.1300.200.19
HSL98.05º29.5%72.75%-
HSV(B)98.05º19.9%80.78%-
XYZ47.6956.5644-
YUV193.55111.89118.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.67%
GREEN value IS 206 (80.86% from 255) = 37.39%
BLUE value IS 165 (64.84% from 255) = 29.95%
R=32.67%
G=37.39%
B=29.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802061650.1300.200.1998.0529.572.75
HexB4CEA5D01413621d49
Octal264316245150242314235111
Binary1011010011001110101001011101010100100111100010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CEA5; }

 p { color: rgb(180,206,165); }

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

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

 a { background-color: rgb(180,206,165); }

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

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

 span { border-color: rgb(180,206,165); }

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