#BEEFCA

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

Shades of Granny Apple #BEEFCA

Tints of Granny Apple #BEEFCA

Color information

#BEEFCA (or 0xBEEFCA) is unknown color: approx Granny Apple. HEX triplet: BE, EF and CA. RGB value is (190,239,202). Sum of RGB (Red+Green+Blue) = 190+239+202=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFCA is #411035. Grayscale: #DCDCDC. Windows color (decimal): -4263990 or 13299646. OLE color: 13299646.

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

Color convert

RGB190239202-
CMYK0.2100.150.06
HSL134.69º60.49%84.12%-
HSV(B)134.69º20.5%93.73%-
XYZ62.7676.9467.42-
YUV220.13117.77106.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.11%
GREEN value IS 239 (93.75% from 255) = 37.88%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=30.11%
G=37.88%
B=32.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902392020.2100.150.06134.6960.4984.12
HexBEEFCA150F6873c54
Octal27635731225017620774124
Binary1011111011101111110010101010101111110100001111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFCA; }

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

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

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

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

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

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

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

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