#BBFAC4

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

Shades of Granny Apple #BBFAC4

Tints of Granny Apple #BBFAC4

Color information

#BBFAC4 (or 0xBBFAC4) is unknown color: approx Granny Apple. HEX triplet: BB, FA and C4. RGB value is (187,250,196). Sum of RGB (Red+Green+Blue) = 187+250+196=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 196 (76.95% from 255 or 30.96% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAC4 is #44053B. Grayscale: #E1E1E1. Windows color (decimal): -4457788 or 12909243. OLE color: 12909243.

HSL color Cylindrical-coordinate representation of color #BBFAC4: hue angle of 128.57º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFAC4 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB187250196-
CMYK0.2500.220.02
HSL128.57º86.3%85.69%-
HSV(B)128.57º25.2%98.04%-
XYZ64.6482.9264.82-
YUV225.01111.63100.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.54%
GREEN value IS 250 (98.05% from 255) = 39.49%
BLUE value IS 196 (76.95% from 255) = 30.96%
R=29.54%
G=39.49%
B=30.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872501960.2500.220.02128.5786.385.69
HexBBFAC4190162815656
Octal273372304310262201126126
Binary10111011111110101100010011001010110101000000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAC4; }

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

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

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

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

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

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

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

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