#BEF7CC

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

Shades of Granny Apple #BEF7CC

Tints of Granny Apple #BEF7CC

Color information

#BEF7CC (or 0xBEF7CC) is unknown color: approx Granny Apple. HEX triplet: BE, F7 and CC. RGB value is (190,247,204). Sum of RGB (Red+Green+Blue) = 190+247+204=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF7CC is #410833. Grayscale: #E1E1E1. Windows color (decimal): -4261940 or 13432766. OLE color: 13432766.

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

Color convert

RGB190247204-
CMYK0.2300.170.03
HSL134.74º78.08%85.69%-
HSV(B)134.74º23.08%96.86%-
XYZ65.481.8369.47-
YUV225.06116.12103-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.64%
GREEN value IS 247 (96.88% from 255) = 38.53%
BLUE value IS 204 (80.08% from 255) = 31.83%
R=29.64%
G=38.53%
B=31.83%

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
Decimal1902472040.2300.170.03134.7478.0885.69
HexBEF7CC170113874e56
Octal276367314270213207116126
Binary10111110111101111100110010111010001111000011110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF7CC; }

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

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

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

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

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

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

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

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