#BBF2C7

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

Shades of Granny Apple #BBF2C7

Tints of Granny Apple #BBF2C7

Color information

#BBF2C7 (or 0xBBF2C7) is unknown color: approx Granny Apple. HEX triplet: BB, F2 and C7. RGB value is (187,242,199). Sum of RGB (Red+Green+Blue) = 187+242+199=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2C7 is #440D38. Grayscale: #DCDCDC. Windows color (decimal): -4459833 or 13103803. OLE color: 13103803.

HSL color Cylindrical-coordinate representation of color #BBF2C7: hue angle of 133.09º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2C7 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB187242199-
CMYK0.2300.180.05
HSL133.09º67.9%84.12%-
HSV(B)133.09º22.73%94.9%-
XYZ62.5578.1965.83-
YUV220.65115.78104-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.78%
GREEN value IS 242 (94.92% from 255) = 38.54%
BLUE value IS 199 (78.12% from 255) = 31.69%
R=29.78%
G=38.54%
B=31.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872421990.2300.180.05133.0967.984.12
HexBBF2C7170125854454
Octal273362307270225205104124
Binary101110111111001011000111101110100101011000010110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF2C7; }

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

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

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

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

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

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

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

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