#BEFDC6

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

Shades of Granny Apple #BEFDC6

Tints of Granny Apple #BEFDC6

Color information

#BEFDC6 (or 0xBEFDC6) is unknown color: approx Granny Apple. HEX triplet: BE, FD and C6. RGB value is (190,253,198). Sum of RGB (Red+Green+Blue) = 190+253+198=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 253 (99.22% from 255 or 39.47% from 641); Blue value is 198 (77.73% from 255 or 30.89% from 641); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDC6 is #410239. Grayscale: #E4E4E4. Windows color (decimal): -4260410 or 13041086. OLE color: 13041086.

HSL color Cylindrical-coordinate representation of color #BEFDC6: hue angle of 127.62º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFDC6 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB190253198-
CMYK0.2500.220.01
HSL127.62º94.03%86.86%-
HSV(B)127.62º24.9%99.22%-
XYZ66.5585.2766.38-
YUV227.89111.13100.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.64%
GREEN value IS 253 (99.22% from 255) = 39.47%
BLUE value IS 198 (77.73% from 255) = 30.89%
R=29.64%
G=39.47%
B=30.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902531980.2500.220.01127.6294.0386.86
HexBEFDC6190161805e57
Octal276375306310261200136127
Binary1011111011111101110001101100101011011000000010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDC6; }

 p { color: rgb(190,253,198); }

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

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

 a { background-color: rgb(190,253,198); }

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

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

 span { border-color: rgb(190,253,198); }

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