#BBFFC2

Color #BBFFC2 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #BBFFC2

Tints of Granny Apple #BBFFC2

Color information

#BBFFC2 (or 0xBBFFC2) is unknown color: approx Granny Apple. HEX triplet: BB, FF and C2. RGB value is (187,255,194). Sum of RGB (Red+Green+Blue) = 187+255+194=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFC2 is #44003D. Grayscale: #E3E3E3. Windows color (decimal): -4456510 or 12779451. OLE color: 12779451.

HSL color Cylindrical-coordinate representation of color #BBFFC2: hue angle of 126.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFC2 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB187255194-
CMYK0.2700.240
HSL126.18º100%86.67%-
HSV(B)126.18º26.67%100%-
XYZ65.9985.9864.16-
YUV227.71108.9798.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.40%
GREEN value IS 255 (100% from 255) = 40.09%
BLUE value IS 194 (76.17% from 255) = 30.50%
R=29.40%
G=40.09%
B=30.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872551940.2700.240126.1810086.67
HexBBFFC21B01807e6457
Octal273377302330300176144127
Binary101110111111111111000010110110110000111111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFC2; }

 p { color: rgb(187,255,194); }

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

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

 a { background-color: rgb(187,255,194); }

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

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

 span { border-color: rgb(187,255,194); }

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