#BFFFCE

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

Shades of Granny Apple #BFFFCE

Tints of Granny Apple #BFFFCE

Color information

#BFFFCE (or 0xBFFFCE) is unknown color: approx Granny Apple. HEX triplet: BF, FF and CE. RGB value is (191,255,206). Sum of RGB (Red+Green+Blue) = 191+255+206=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFCE is #400031. Grayscale: #E6E6E6. Windows color (decimal): -4194354 or 13565887. OLE color: 13565887.

HSL color Cylindrical-coordinate representation of color #BFFFCE: hue angle of 134.06º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFCE is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB191255206-
CMYK0.2500.190
HSL134.06º100%87.45%-
HSV(B)134.06º25.1%100%-
XYZ68.3987.0571.59-
YUV230.28114.399.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.29%
GREEN value IS 255 (100% from 255) = 39.11%
BLUE value IS 206 (80.86% from 255) = 31.60%
R=29.29%
G=39.11%
B=31.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552060.2500.190134.0610087.45
HexBFFFCE190130866457
Octal277377316310230206144127
Binary1011111111111111110011101100101001101000011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFCE; }

 p { color: rgb(191,255,206); }

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

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

 a { background-color: rgb(191,255,206); }

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

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

 span { border-color: rgb(191,255,206); }

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