#BBCCA5

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

Shades of Pixie Green #BBCCA5

Tints of Pixie Green #BBCCA5

Color information

#BBCCA5 (or 0xBBCCA5) is unknown color: approx Pixie Green. HEX triplet: BB, CC and A5. RGB value is (187,204,165). Sum of RGB (Red+Green+Blue) = 187+204+165=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCCA5 is #44335A. Grayscale: #C2C2C2. Windows color (decimal): -4469595 or 10865851. OLE color: 10865851.

HSL color Cylindrical-coordinate representation of color #BBCCA5: hue angle of 86.15º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBCCA5 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB187204165-
CMYK0.0800.190.2
HSL86.15º27.66%72.35%-
HSV(B)86.15º19.12%80%-
XYZ48.8856.4743.92-
YUV194.47111.37122.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 204 (80.08% from 255) = 36.69%
BLUE value IS 165 (64.84% from 255) = 29.68%
R=33.63%
G=36.69%
B=29.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041650.0800.190.286.1527.6672.35
HexBBCCA5801314561c48
Octal273314245100232412634110
Binary1011101111001100101001011000010011101001010110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCA5; }

 p { color: rgb(187,204,165); }

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

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

 a { background-color: rgb(187,204,165); }

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

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

 span { border-color: rgb(187,204,165); }

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