#BEFFCE

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

Shades of Granny Apple #BEFFCE

Tints of Granny Apple #BEFFCE

Color information

#BEFFCE (or 0xBEFFCE) is unknown color: approx Granny Apple. HEX triplet: BE, FF and CE. RGB value is (190,255,206). Sum of RGB (Red+Green+Blue) = 190+255+206=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFCE is #410031. Grayscale: #E6E6E6. Windows color (decimal): -4259890 or 13565886. OLE color: 13565886.

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

Color convert

RGB190255206-
CMYK0.2500.190
HSL134.77º100%87.25%-
HSV(B)134.77º25.49%100%-
XYZ68.1486.9271.58-
YUV229.98114.4799.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.19%
GREEN value IS 255 (100% from 255) = 39.17%
BLUE value IS 206 (80.86% from 255) = 31.64%
R=29.19%
G=39.17%
B=31.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552060.2500.190134.7710087.25
HexBEFFCE190130876457
Octal276377316310230207144127
Binary1011111011111111110011101100101001101000011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFCE; }

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

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

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

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

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

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

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

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