#BBF4C5

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

Shades of Granny Apple #BBF4C5

Tints of Granny Apple #BBF4C5

Color information

#BBF4C5 (or 0xBBF4C5) is unknown color: approx Granny Apple. HEX triplet: BB, F4 and C5. RGB value is (187,244,197). Sum of RGB (Red+Green+Blue) = 187+244+197=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 244 (95.70% from 255 or 38.85% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF4C5 is #440B3A. Grayscale: #DDDDDD. Windows color (decimal): -4459323 or 12973243. OLE color: 12973243.

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

Color convert

RGB187244197-
CMYK0.2300.190.04
HSL130.53º72.15%84.51%-
HSV(B)130.53º23.36%95.69%-
XYZ62.9279.364.81-
YUV221.6114.12103.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.78%
GREEN value IS 244 (95.70% from 255) = 38.85%
BLUE value IS 197 (77.34% from 255) = 31.37%
R=29.78%
G=38.85%
B=31.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872441970.2300.190.04130.5372.1584.51
HexBBF4C5170134834855
Octal273364305270234203110125
Binary101110111111010011000101101110100111001000001110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF4C5; }

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

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

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

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

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

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

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

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