#BBCBA3

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

Shades of Pixie Green #BBCBA3

Tints of Pixie Green #BBCBA3

Color information

#BBCBA3 (or 0xBBCBA3) is unknown color: approx Pixie Green. HEX triplet: BB, CB and A3. RGB value is (187,203,163). Sum of RGB (Red+Green+Blue) = 187+203+163=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 163 (64.06% from 255 or 29.48% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBA3 is #44345C. Grayscale: #C1C1C1. Windows color (decimal): -4469853 or 10734523. OLE color: 10734523.

HSL color Cylindrical-coordinate representation of color #BBCBA3: hue angle of 84º degrees, saturation: 0.28, 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 #BBCBA3 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB187203163-
CMYK0.0800.200.20
HSL84º27.78%71.76%-
HSV(B)84º19.7%79.61%-
XYZ48.4655.9242.89-
YUV193.66110.7123.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 203 (79.69% from 255) = 36.71%
BLUE value IS 163 (64.06% from 255) = 29.48%
R=33.82%
G=36.71%
B=29.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031630.0800.200.208427.7871.76
HexBBCBA3801414541c48
Octal273313243100242412434110
Binary1011101111001011101000111000010100101001010100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBA3; }

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

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

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

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

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

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

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

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