#BEFDC1

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

Shades of Granny Apple #BEFDC1

Tints of Granny Apple #BEFDC1

Color information

#BEFDC1 (or 0xBEFDC1) is unknown color: approx Granny Apple. HEX triplet: BE, FD and C1. RGB value is (190,253,193). Sum of RGB (Red+Green+Blue) = 190+253+193=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 193 (75.78% from 255 or 30.35% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDC1 is #41023E. Grayscale: #E3E3E3. Windows color (decimal): -4260415 or 12713406. OLE color: 12713406.

HSL color Cylindrical-coordinate representation of color #BEFDC1: hue angle of 122.86º 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 #BEFDC1 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB190253193-
CMYK0.2500.240.01
HSL122.86º94.03%86.86%-
HSV(B)122.86º24.9%99.22%-
XYZ65.9985.0563.39-
YUV227.32108.63101.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.87%
GREEN value IS 253 (99.22% from 255) = 39.78%
BLUE value IS 193 (75.78% from 255) = 30.35%
R=29.87%
G=39.78%
B=30.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902531930.2500.240.01122.8694.0386.86
HexBEFDC11901817b5e57
Octal276375301310301173136127
Binary101111101111110111000001110010110001111101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDC1; }

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

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

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

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

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

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

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

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