#BBCDA1

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

Shades of Pixie Green #BBCDA1

Tints of Pixie Green #BBCDA1

Color information

#BBCDA1 (or 0xBBCDA1) is unknown color: approx Pixie Green. HEX triplet: BB, CD and A1. RGB value is (187,205,161). Sum of RGB (Red+Green+Blue) = 187+205+161=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCDA1 is #44325E. Grayscale: #C2C2C2. Windows color (decimal): -4469343 or 10603963. OLE color: 10603963.

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

Color convert

RGB187205161-
CMYK0.0900.210.20
HSL84.55º30.56%71.76%-
HSV(B)84.55º21.46%80.39%-
XYZ48.7656.842.11-
YUV194.6109.04122.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 205 (80.47% from 255) = 37.07%
BLUE value IS 161 (63.28% from 255) = 29.11%
R=33.82%
G=37.07%
B=29.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872051610.0900.210.2084.5530.5671.76
HexBBCDA1901514551f48
Octal273315241110252412537110
Binary1011101111001101101000011001010101101001010101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDA1; }

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

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

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

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

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

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

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

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