#BEFFC3

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

Shades of Granny Apple #BEFFC3

Tints of Granny Apple #BEFFC3

Color information

#BEFFC3 (or 0xBEFFC3) is unknown color: approx Granny Apple. HEX triplet: BE, FF and C3. RGB value is (190,255,195). Sum of RGB (Red+Green+Blue) = 190+255+195=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 195 (76.56% from 255 or 30.47% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFC3 is #41003C. Grayscale: #E4E4E4. Windows color (decimal): -4259901 or 12844990. OLE color: 12844990.

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

Color convert

RGB190255195-
CMYK0.2500.240
HSL124.62º100%87.25%-
HSV(B)124.62º25.49%100%-
XYZ66.8586.4164.78-
YUV228.72108.97100.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.69%
GREEN value IS 255 (100% from 255) = 39.84%
BLUE value IS 195 (76.56% from 255) = 30.47%
R=29.69%
G=39.84%
B=30.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902551950.2500.240124.6210087.25
HexBEFFC31901807d6457
Octal276377303310300175144127
Binary101111101111111111000011110010110000111110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFC3; }

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

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

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

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

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

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

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

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