#BBFCC7

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

Shades of Granny Apple #BBFCC7

Tints of Granny Apple #BBFCC7

Color information

#BBFCC7 (or 0xBBFCC7) is unknown color: approx Granny Apple. HEX triplet: BB, FC and C7. RGB value is (187,252,199). Sum of RGB (Red+Green+Blue) = 187+252+199=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCC7 is #440338. Grayscale: #E2E2E2. Windows color (decimal): -4457273 or 13106363. OLE color: 13106363.

HSL color Cylindrical-coordinate representation of color #BBFCC7: hue angle of 131.08º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFCC7 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB187252199-
CMYK0.2600.210.01
HSL131.08º91.55%86.08%-
HSV(B)131.08º25.79%98.82%-
XYZ65.6184.3166.85-
YUV226.52112.4799.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.31%
GREEN value IS 252 (98.83% from 255) = 39.50%
BLUE value IS 199 (78.12% from 255) = 31.19%
R=29.31%
G=39.50%
B=31.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872521990.2600.210.01131.0891.5586.08
HexBBFCC71A0151835c56
Octal273374307320251203134126
Binary1011101111111100110001111101001010111000001110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFCC7; }

 p { color: rgb(187,252,199); }

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

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

 a { background-color: rgb(187,252,199); }

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

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

 span { border-color: rgb(187,252,199); }

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