#BEEFCE

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

Shades of Granny Apple #BEEFCE

Tints of Granny Apple #BEEFCE

Color information

#BEEFCE (or 0xBEEFCE) is unknown color: approx Granny Apple. HEX triplet: BE, EF and CE. RGB value is (190,239,206). Sum of RGB (Red+Green+Blue) = 190+239+206=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFCE is #411031. Grayscale: #DCDCDC. Windows color (decimal): -4263986 or 13561790. OLE color: 13561790.

HSL color Cylindrical-coordinate representation of color #BEEFCE: hue angle of 139.59º 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 #BEEFCE is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB190239206-
CMYK0.2100.140.06
HSL139.59º60.49%84.12%-
HSV(B)139.59º20.5%93.73%-
XYZ63.2477.1469.95-
YUV220.59119.77106.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.92%
GREEN value IS 239 (93.75% from 255) = 37.64%
BLUE value IS 206 (80.86% from 255) = 32.44%
R=29.92%
G=37.64%
B=32.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902392060.2100.140.06139.5960.4984.12
HexBEEFCE150E68c3c54
Octal27635731625016621474124
Binary1011111011101111110011101010101110110100011001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFCE; }

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

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

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

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

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

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

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

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