#BBFCC2

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

Shades of Granny Apple #BBFCC2

Tints of Granny Apple #BBFCC2

Color information

#BBFCC2 (or 0xBBFCC2) is unknown color: approx Granny Apple. HEX triplet: BB, FC and C2. RGB value is (187,252,194). Sum of RGB (Red+Green+Blue) = 187+252+194=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 194 (76.17% from 255 or 30.65% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCC2 is #44033D. Grayscale: #E2E2E2. Windows color (decimal): -4457278 or 12778683. OLE color: 12778683.

HSL color Cylindrical-coordinate representation of color #BBFCC2: hue angle of 126.46º 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 #BBFCC2 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB187252194-
CMYK0.2600.230.01
HSL126.46º91.55%86.08%-
HSV(B)126.46º25.79%98.82%-
XYZ65.0484.0863.84-
YUV225.95109.97100.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.54%
GREEN value IS 252 (98.83% from 255) = 39.81%
BLUE value IS 194 (76.17% from 255) = 30.65%
R=29.54%
G=39.81%
B=30.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872521940.2600.230.01126.4691.5586.08
HexBBFCC21A01717e5c56
Octal273374302320271176134126
Binary101110111111110011000010110100101111111111010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFCC2; }

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

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

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

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

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

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

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

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