#BEF7CA

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

Shades of Granny Apple #BEF7CA

Tints of Granny Apple #BEF7CA

Color information

#BEF7CA (or 0xBEF7CA) is unknown color: approx Granny Apple. HEX triplet: BE, F7 and CA. RGB value is (190,247,202). Sum of RGB (Red+Green+Blue) = 190+247+202=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 247 (96.88% from 255 or 38.65% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF7CA is #410835. Grayscale: #E0E0E0. Windows color (decimal): -4261942 or 13301694. OLE color: 13301694.

HSL color Cylindrical-coordinate representation of color #BEF7CA: hue angle of 132.63º degrees, saturation: 0.78, 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 #BEF7CA is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB190247202-
CMYK0.2300.180.03
HSL132.63º78.08%85.69%-
HSV(B)132.63º23.08%96.86%-
XYZ65.1681.7368.22-
YUV224.83115.12103.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.73%
GREEN value IS 247 (96.88% from 255) = 38.65%
BLUE value IS 202 (79.30% from 255) = 31.61%
R=29.73%
G=38.65%
B=31.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902472020.2300.180.03132.6378.0885.69
HexBEF7CA170123854e56
Octal276367312270223205116126
Binary10111110111101111100101010111010010111000010110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF7CA; }

 p { color: rgb(190,247,202); }

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

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

 a { background-color: rgb(190,247,202); }

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

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

 span { border-color: rgb(190,247,202); }

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