#BEEFC8

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

Shades of Granny Apple #BEEFC8

Tints of Granny Apple #BEEFC8

Color information

#BEEFC8 (or 0xBEEFC8) is unknown color: approx Granny Apple. HEX triplet: BE, EF and C8. RGB value is (190,239,200). Sum of RGB (Red+Green+Blue) = 190+239+200=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFC8 is #411037. Grayscale: #DCDCDC. Windows color (decimal): -4263992 or 13168574. OLE color: 13168574.

HSL color Cylindrical-coordinate representation of color #BEEFC8: hue angle of 132.24º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEFC8 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB190239200-
CMYK0.2100.160.06
HSL132.24º60.49%84.12%-
HSV(B)132.24º20.5%93.73%-
XYZ62.5376.8566.18-
YUV219.9116.77106.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.21%
GREEN value IS 239 (93.75% from 255) = 38.00%
BLUE value IS 200 (78.52% from 255) = 31.80%
R=30.21%
G=38.00%
B=31.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902392000.2100.160.06132.2460.4984.12
HexBEEFC8150106843c54
Octal27635731025020620474124
Binary10111110111011111100100010101010000110100001001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFC8; }

 p { color: rgb(190,239,200); }

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

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

 a { background-color: rgb(190,239,200); }

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

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

 span { border-color: rgb(190,239,200); }

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