#BEF7CD

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

Shades of Granny Apple #BEF7CD

Tints of Granny Apple #BEF7CD

Color information

#BEF7CD (or 0xBEF7CD) is unknown color: approx Granny Apple. HEX triplet: BE, F7 and CD. RGB value is (190,247,205). Sum of RGB (Red+Green+Blue) = 190+247+205=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 247 (96.88% from 255 or 38.47% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF7CD is #410832. Grayscale: #E1E1E1. Windows color (decimal): -4261939 or 13498302. OLE color: 13498302.

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

Color convert

RGB190247205-
CMYK0.2300.170.03
HSL135.79º78.08%85.69%-
HSV(B)135.79º23.08%96.86%-
XYZ65.5281.8870.11-
YUV225.17116.62102.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.60%
GREEN value IS 247 (96.88% from 255) = 38.47%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=29.60%
G=38.47%
B=31.93%

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
Decimal1902472050.2300.170.03135.7978.0885.69
HexBEF7CD170113884e56
Octal276367315270213210116126
Binary10111110111101111100110110111010001111000100010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF7CD; }

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

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

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

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

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

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

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

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