#BBFDC6

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

Shades of Granny Apple #BBFDC6

Tints of Granny Apple #BBFDC6

Color information

#BBFDC6 (or 0xBBFDC6) is unknown color: approx Granny Apple. HEX triplet: BB, FD and C6. RGB value is (187,253,198). Sum of RGB (Red+Green+Blue) = 187+253+198=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDC6 is #440239. Grayscale: #E3E3E3. Windows color (decimal): -4457018 or 13041083. OLE color: 13041083.

HSL color Cylindrical-coordinate representation of color #BBFDC6: hue angle of 130º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDC6 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB187253198-
CMYK0.2600.220.01
HSL130º94.29%86.27%-
HSV(B)130º26.09%99.22%-
XYZ65.8184.8966.34-
YUV227111.6399.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.31%
GREEN value IS 253 (99.22% from 255) = 39.66%
BLUE value IS 198 (77.73% from 255) = 31.03%
R=29.31%
G=39.66%
B=31.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872531980.2600.220.0113094.2986.27
HexBBFDC61A0161825e56
Octal273375306320261202136126
Binary1011101111111101110001101101001011011000001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDC6; }

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

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

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

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

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

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

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

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