#BBFBC6

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

Shades of Granny Apple #BBFBC6

Tints of Granny Apple #BBFBC6

Color information

#BBFBC6 (or 0xBBFBC6) is unknown color: approx Granny Apple. HEX triplet: BB, FB and C6. RGB value is (187,251,198). Sum of RGB (Red+Green+Blue) = 187+251+198=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 198 (77.73% from 255 or 31.13% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBC6 is #440439. Grayscale: #E1E1E1. Windows color (decimal): -4457530 or 13040571. OLE color: 13040571.

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

Color convert

RGB187251198-
CMYK0.2500.210.02
HSL130.31º88.89%85.88%-
HSV(B)130.31º25.5%98.43%-
XYZ65.1883.6466.13-
YUV225.82112.3100.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.40%
GREEN value IS 251 (98.44% from 255) = 39.47%
BLUE value IS 198 (77.73% from 255) = 31.13%
R=29.40%
G=39.47%
B=31.13%

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
Decimal1872511980.2500.210.02130.3188.8985.88
HexBBFBC6190152825956
Octal273373306310252202131126
Binary10111011111110111100011011001010101101000001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBC6; }

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

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

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

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

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

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

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

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