#BEF1CA

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

Shades of Granny Apple #BEF1CA

Tints of Granny Apple #BEF1CA

Color information

#BEF1CA (or 0xBEF1CA) is unknown color: approx Granny Apple. HEX triplet: BE, F1 and CA. RGB value is (190,241,202). Sum of RGB (Red+Green+Blue) = 190+241+202=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1CA is #410E35. Grayscale: #DDDDDD. Windows color (decimal): -4263478 or 13300158. OLE color: 13300158.

HSL color Cylindrical-coordinate representation of color #BEF1CA: hue angle of 134.12º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF1CA is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB190241202-
CMYK0.2100.160.05
HSL134.12º64.56%84.51%-
HSV(B)134.12º21.16%94.51%-
XYZ63.3578.1267.62-
YUV221.3117.1105.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.02%
GREEN value IS 241 (94.53% from 255) = 38.07%
BLUE value IS 202 (79.30% from 255) = 31.91%
R=30.02%
G=38.07%
B=31.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902412020.2100.160.05134.1264.5684.51
HexBEF1CA150105864155
Octal276361312250205206101125
Binary101111101111000111001010101010100001011000011010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1CA; }

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

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

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

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

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

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

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

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