#BEFDC2

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

Shades of Granny Apple #BEFDC2

Tints of Granny Apple #BEFDC2

Color information

#BEFDC2 (or 0xBEFDC2) is unknown color: approx Granny Apple. HEX triplet: BE, FD and C2. RGB value is (190,253,194). Sum of RGB (Red+Green+Blue) = 190+253+194=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 194 (76.17% from 255 or 30.46% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDC2 is #41023D. Grayscale: #E3E3E3. Windows color (decimal): -4260414 or 12778942. OLE color: 12778942.

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

Color convert

RGB190253194-
CMYK0.2500.230.01
HSL123.81º94.03%86.86%-
HSV(B)123.81º24.9%99.22%-
XYZ66.185.0963.98-
YUV227.44109.13101.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.83%
GREEN value IS 253 (99.22% from 255) = 39.72%
BLUE value IS 194 (76.17% from 255) = 30.46%
R=29.83%
G=39.72%
B=30.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902531940.2500.230.01123.8194.0386.86
HexBEFDC21901717c5e57
Octal276375302310271174136127
Binary101111101111110111000010110010101111111110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDC2; }

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

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

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

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

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

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

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

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