#BEF0CA

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

Shades of Granny Apple #BEF0CA

Tints of Granny Apple #BEF0CA

Color information

#BEF0CA (or 0xBEF0CA) is unknown color: approx Granny Apple. HEX triplet: BE, F0 and CA. RGB value is (190,240,202). Sum of RGB (Red+Green+Blue) = 190+240+202=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF0CA is #410F35. Grayscale: #DCDCDC. Windows color (decimal): -4263734 or 13299902. OLE color: 13299902.

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

Color convert

RGB190240202-
CMYK0.2100.160.06
HSL134.4º62.5%84.31%-
HSV(B)134.4º20.83%94.12%-
XYZ63.0677.5367.52-
YUV220.72117.44106.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.06%
GREEN value IS 240 (94.14% from 255) = 37.97%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=30.06%
G=37.97%
B=31.96%

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
Decimal1902402020.2100.160.06134.462.584.31
HexBEF0CA150106863e54
Octal27636031225020620676124
Binary10111110111100001100101010101010000110100001101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF0CA; }

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

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

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

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

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

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

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

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