#BBFBC7

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

Shades of Granny Apple #BBFBC7

Tints of Granny Apple #BBFBC7

Color information

#BBFBC7 (or 0xBBFBC7) is unknown color: approx Granny Apple. HEX triplet: BB, FB and C7. RGB value is (187,251,199). Sum of RGB (Red+Green+Blue) = 187+251+199=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 199 (78.12% from 255 or 31.24% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBC7 is #440438. Grayscale: #E2E2E2. Windows color (decimal): -4457529 or 13106107. OLE color: 13106107.

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

Color convert

RGB187251199-
CMYK0.2500.210.02
HSL131.25º88.89%85.88%-
HSV(B)131.25º25.5%98.43%-
XYZ65.383.6866.74-
YUV225.94112.8100.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.36%
GREEN value IS 251 (98.44% from 255) = 39.40%
BLUE value IS 199 (78.12% from 255) = 31.24%
R=29.36%
G=39.40%
B=31.24%

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
Decimal1872511990.2500.210.02131.2588.8985.88
HexBBFBC7190152835956
Octal273373307310252203131126
Binary10111011111110111100011111001010101101000001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBC7; }

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

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

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

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

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

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

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

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