#BBFDC7

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

Shades of Granny Apple #BBFDC7

Tints of Granny Apple #BBFDC7

Color information

#BBFDC7 (or 0xBBFDC7) is unknown color: approx Granny Apple. HEX triplet: BB, FD and C7. RGB value is (187,253,199). Sum of RGB (Red+Green+Blue) = 187+253+199=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDC7 is #440238. Grayscale: #E3E3E3. Windows color (decimal): -4457017 or 13106619. OLE color: 13106619.

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

Color convert

RGB187253199-
CMYK0.2600.210.01
HSL130.91º94.29%86.27%-
HSV(B)130.91º26.09%99.22%-
XYZ65.9384.9466.95-
YUV227.11112.1399.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.26%
GREEN value IS 253 (99.22% from 255) = 39.59%
BLUE value IS 199 (78.12% from 255) = 31.14%
R=29.26%
G=39.59%
B=31.14%

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
Decimal1872531990.2600.210.01130.9194.2986.27
HexBBFDC71A0151835e56
Octal273375307320251203136126
Binary1011101111111101110001111101001010111000001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDC7; }

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

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

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

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

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

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

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

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