#BBFDC4

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

Shades of Granny Apple #BBFDC4

Tints of Granny Apple #BBFDC4

Color information

#BBFDC4 (or 0xBBFDC4) is unknown color: approx Granny Apple. HEX triplet: BB, FD and C4. RGB value is (187,253,196). Sum of RGB (Red+Green+Blue) = 187+253+196=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDC4 is #44023B. Grayscale: #E2E2E2. Windows color (decimal): -4457020 or 12910011. OLE color: 12910011.

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

Color convert

RGB187253196-
CMYK0.2600.230.01
HSL128.18º94.29%86.27%-
HSV(B)128.18º26.09%99.22%-
XYZ65.5884.865.14-
YUV226.77110.6399.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.40%
GREEN value IS 253 (99.22% from 255) = 39.78%
BLUE value IS 196 (76.95% from 255) = 30.82%
R=29.40%
G=39.78%
B=30.82%

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
Decimal1872531960.2600.230.01128.1894.2986.27
HexBBFDC41A0171805e56
Octal273375304320271200136126
Binary1011101111111101110001001101001011111000000010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDC4; }

 p { color: rgb(187,253,196); }

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

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

 a { background-color: rgb(187,253,196); }

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

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

 span { border-color: rgb(187,253,196); }

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