#BBCDA3

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

Shades of Pixie Green #BBCDA3

Tints of Pixie Green #BBCDA3

Color information

#BBCDA3 (or 0xBBCDA3) is unknown color: approx Pixie Green. HEX triplet: BB, CD and A3. RGB value is (187,205,163). Sum of RGB (Red+Green+Blue) = 187+205+163=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 163 (64.06% from 255 or 29.37% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCDA3 is #44325C. Grayscale: #C2C2C2. Windows color (decimal): -4469341 or 10735035. OLE color: 10735035.

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

Color convert

RGB187205163-
CMYK0.0900.200.20
HSL85.71º29.58%72.16%-
HSV(B)85.71º20.49%80.39%-
XYZ48.9456.8743.05-
YUV194.83110.04122.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 205 (80.47% from 255) = 36.94%
BLUE value IS 163 (64.06% from 255) = 29.37%
R=33.69%
G=36.94%
B=29.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872051630.0900.200.2085.7129.5872.16
HexBBCDA3901414561e48
Octal273315243110242412636110
Binary1011101111001101101000111001010100101001010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDA3; }

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

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

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

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

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

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

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

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