#BBF5C5

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

Shades of Granny Apple #BBF5C5

Tints of Granny Apple #BBF5C5

Color information

#BBF5C5 (or 0xBBF5C5) is unknown color: approx Granny Apple. HEX triplet: BB, F5 and C5. RGB value is (187,245,197). Sum of RGB (Red+Green+Blue) = 187+245+197=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 245 (96.09% from 255 or 38.95% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF5C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF5C5 is #440A3A. Grayscale: #DEDEDE. Windows color (decimal): -4459067 or 12973499. OLE color: 12973499.

HSL color Cylindrical-coordinate representation of color #BBF5C5: hue angle of 130.34º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF5C5 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB187245197-
CMYK0.2400.200.04
HSL130.34º74.36%84.71%-
HSV(B)130.34º23.67%96.08%-
XYZ63.2279.964.91-
YUV222.19113.78102.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.73%
GREEN value IS 245 (96.09% from 255) = 38.95%
BLUE value IS 197 (77.34% from 255) = 31.32%
R=29.73%
G=38.95%
B=31.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872451970.2400.200.04130.3474.3684.71
HexBBF5C5180144824a55
Octal273365305300244202112125
Binary101110111111010111000101110000101001001000001010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF5C5; }

 p { color: rgb(187,245,197); }

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

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

 a { background-color: rgb(187,245,197); }

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

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

 span { border-color: rgb(187,245,197); }

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