#BBFAC6

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

Shades of Granny Apple #BBFAC6

Tints of Granny Apple #BBFAC6

Color information

#BBFAC6 (or 0xBBFAC6) is unknown color: approx Granny Apple. HEX triplet: BB, FA and C6. RGB value is (187,250,198). Sum of RGB (Red+Green+Blue) = 187+250+198=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 198 (77.73% from 255 or 31.18% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAC6 is #440539. Grayscale: #E1E1E1. Windows color (decimal): -4457786 or 13040315. OLE color: 13040315.

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

Color convert

RGB187250198-
CMYK0.2500.210.02
HSL130.48º86.3%85.69%-
HSV(B)130.48º25.2%98.04%-
XYZ64.8783.0166.03-
YUV225.24112.63100.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.45%
GREEN value IS 250 (98.05% from 255) = 39.37%
BLUE value IS 198 (77.73% from 255) = 31.18%
R=29.45%
G=39.37%
B=31.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872501980.2500.210.02130.4886.385.69
HexBBFAC6190152825656
Octal273372306310252202126126
Binary10111011111110101100011011001010101101000001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAC6; }

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

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

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

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

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

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

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

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