#BBFCCF

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

Shades of Granny Apple #BBFCCF

Tints of Granny Apple #BBFCCF

Color information

#BBFCCF (or 0xBBFCCF) is unknown color: approx Granny Apple. HEX triplet: BB, FC and CF. RGB value is (187,252,207). Sum of RGB (Red+Green+Blue) = 187+252+207=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCCF is #440330. Grayscale: #E3E3E3. Windows color (decimal): -4457265 or 13630651. OLE color: 13630651.

HSL color Cylindrical-coordinate representation of color #BBFCCF: hue angle of 138.46º degrees, saturation: 0.92, 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 #BBFCCF is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB187252207-
CMYK0.2600.180.01
HSL138.46º91.55%86.08%-
HSV(B)138.46º25.79%98.82%-
XYZ66.5784.6971.87-
YUV227.44116.4799.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.95%
GREEN value IS 252 (98.83% from 255) = 39.01%
BLUE value IS 207 (81.25% from 255) = 32.04%
R=28.95%
G=39.01%
B=32.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872522070.2600.180.01138.4691.5586.08
HexBBFCCF1A01218a5c56
Octal273374317320221212134126
Binary1011101111111100110011111101001001011000101010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFCCF; }

 p { color: rgb(187,252,207); }

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

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

 a { background-color: rgb(187,252,207); }

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

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

 span { border-color: rgb(187,252,207); }

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