#BEFDC3

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

Shades of Granny Apple #BEFDC3

Tints of Granny Apple #BEFDC3

Color information

#BEFDC3 (or 0xBEFDC3) is unknown color: approx Granny Apple. HEX triplet: BE, FD and C3. RGB value is (190,253,195). Sum of RGB (Red+Green+Blue) = 190+253+195=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 195 (76.56% from 255 or 30.56% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDC3 is #41023C. Grayscale: #E3E3E3. Windows color (decimal): -4260413 or 12844478. OLE color: 12844478.

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

Color convert

RGB190253195-
CMYK0.2500.230.01
HSL124.76º94.03%86.86%-
HSV(B)124.76º24.9%99.22%-
XYZ66.2185.1464.57-
YUV227.55109.63101.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.78%
GREEN value IS 253 (99.22% from 255) = 39.66%
BLUE value IS 195 (76.56% from 255) = 30.56%
R=29.78%
G=39.66%
B=30.56%

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
Decimal1902531950.2500.230.01124.7694.0386.86
HexBEFDC31901717d5e57
Octal276375303310271175136127
Binary101111101111110111000011110010101111111110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDC3; }

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

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

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

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

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

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

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

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