#BBCDA5

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

Shades of Pixie Green #BBCDA5

Tints of Pixie Green #BBCDA5

Color information

#BBCDA5 (or 0xBBCDA5) is unknown color: approx Pixie Green. HEX triplet: BB, CD and A5. RGB value is (187,205,165). Sum of RGB (Red+Green+Blue) = 187+205+165=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCDA5 is #44325A. Grayscale: #C3C3C3. Windows color (decimal): -4469339 or 10866107. OLE color: 10866107.

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

Color convert

RGB187205165-
CMYK0.0900.200.20
HSL87º28.57%72.55%-
HSV(B)87º19.51%80.39%-
XYZ49.1256.9444-
YUV195.06111.04122.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.57%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 165 (64.84% from 255) = 29.62%
R=33.57%
G=36.80%
B=29.62%

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
Decimal1872051650.0900.200.208728.5772.55
HexBBCDA5901414571d49
Octal273315245110242412735111
Binary1011101111001101101001011001010100101001010111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDA5; }

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

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

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

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

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

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

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

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