#BEFDC4

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

Shades of Granny Apple #BEFDC4

Tints of Granny Apple #BEFDC4

Color information

#BEFDC4 (or 0xBEFDC4) is unknown color: approx Granny Apple. HEX triplet: BE, FD and C4. RGB value is (190,253,196). Sum of RGB (Red+Green+Blue) = 190+253+196=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDC4 is #41023B. Grayscale: #E3E3E3. Windows color (decimal): -4260412 or 12910014. OLE color: 12910014.

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

Color convert

RGB190253196-
CMYK0.2500.230.01
HSL125.71º94.03%86.86%-
HSV(B)125.71º24.9%99.22%-
XYZ66.3285.1865.17-
YUV227.66110.13101.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.73%
GREEN value IS 253 (99.22% from 255) = 39.59%
BLUE value IS 196 (76.95% from 255) = 30.67%
R=29.73%
G=39.59%
B=30.67%

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
Decimal1902531960.2500.230.01125.7194.0386.86
HexBEFDC41901717e5e57
Octal276375304310271176136127
Binary101111101111110111000100110010101111111111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDC4; }

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

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

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

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

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

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

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

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