#BEFFCF

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

Shades of Granny Apple #BEFFCF

Tints of Granny Apple #BEFFCF

Color information

#BEFFCF (or 0xBEFFCF) is unknown color: approx Granny Apple. HEX triplet: BE, FF and CF. RGB value is (190,255,207). Sum of RGB (Red+Green+Blue) = 190+255+207=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFCF is #410030. Grayscale: #E6E6E6. Windows color (decimal): -4259889 or 13631422. OLE color: 13631422.

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

Color convert

RGB190255207-
CMYK0.2500.190
HSL135.69º100%87.25%-
HSV(B)135.69º25.49%100%-
XYZ68.2686.9772.22-
YUV230.09114.9799.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.14%
GREEN value IS 255 (100% from 255) = 39.11%
BLUE value IS 207 (81.25% from 255) = 31.75%
R=29.14%
G=39.11%
B=31.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552070.2500.190135.6910087.25
HexBEFFCF190130886457
Octal276377317310230210144127
Binary1011111011111111110011111100101001101000100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFCF; }

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

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

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

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

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

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

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

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