#BBCCA3

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

Shades of Pixie Green #BBCCA3

Tints of Pixie Green #BBCCA3

Color information

#BBCCA3 (or 0xBBCCA3) is unknown color: approx Pixie Green. HEX triplet: BB, CC and A3. RGB value is (187,204,163). Sum of RGB (Red+Green+Blue) = 187+204+163=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 163 (64.06% from 255 or 29.42% from 554); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCCA3 is #44335C. Grayscale: #C2C2C2. Windows color (decimal): -4469597 or 10734779. OLE color: 10734779.

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

Color convert

RGB187204163-
CMYK0.0800.200.2
HSL84.88º28.67%71.96%-
HSV(B)84.88º20.1%80%-
XYZ48.756.3942.97-
YUV194.24110.37122.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 204 (80.08% from 255) = 36.82%
BLUE value IS 163 (64.06% from 255) = 29.42%
R=33.75%
G=36.82%
B=29.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041630.0800.200.284.8828.6771.96
HexBBCCA3801414551d48
Octal273314243100242412535110
Binary1011101111001100101000111000010100101001010101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCA3; }

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

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

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

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

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

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

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

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