#BEF8CF

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

Shades of Granny Apple #BEF8CF

Tints of Granny Apple #BEF8CF

Color information

#BEF8CF (or 0xBEF8CF) is unknown color: approx Granny Apple. HEX triplet: BE, F8 and CF. RGB value is (190,248,207). Sum of RGB (Red+Green+Blue) = 190+248+207=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 248 (97.27% from 255 or 38.45% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF8CF is #410730. Grayscale: #E2E2E2. Windows color (decimal): -4261681 or 13629630. OLE color: 13629630.

HSL color Cylindrical-coordinate representation of color #BEF8CF: hue angle of 137.59º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF8CF is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB190248207-
CMYK0.2300.170.03
HSL137.59º80.56%85.88%-
HSV(B)137.59º23.39%97.25%-
XYZ66.0782.5971.49-
YUV225.98117.28102.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.46%
GREEN value IS 248 (97.27% from 255) = 38.45%
BLUE value IS 207 (81.25% from 255) = 32.09%
R=29.46%
G=38.45%
B=32.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902482070.2300.170.03137.5980.5685.88
HexBEF8CF1701138a5156
Octal276370317270213212121126
Binary10111110111110001100111110111010001111000101010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF8CF; }

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

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

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

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

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

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

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

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