#BEF5CD

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

Shades of Granny Apple #BEF5CD

Tints of Granny Apple #BEF5CD

Color information

#BEF5CD (or 0xBEF5CD) is unknown color: approx Granny Apple. HEX triplet: BE, F5 and CD. RGB value is (190,245,205). Sum of RGB (Red+Green+Blue) = 190+245+205=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 245 (96.09% from 255 or 38.28% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF5CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF5CD is #410A32. Grayscale: #E0E0E0. Windows color (decimal): -4262451 or 13497790. OLE color: 13497790.

HSL color Cylindrical-coordinate representation of color #BEF5CD: hue angle of 136.36º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF5CD is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB190245205-
CMYK0.2200.160.04
HSL136.36º73.33%85.29%-
HSV(B)136.36º22.45%96.08%-
XYZ64.9180.6669.91-
YUV224117.28103.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.69%
GREEN value IS 245 (96.09% from 255) = 38.28%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=29.69%
G=38.28%
B=32.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902452050.2200.160.04136.3673.3385.29
HexBEF5CD160104884955
Octal276365315260204210111125
Binary101111101111010111001101101100100001001000100010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF5CD; }

 p { color: rgb(190,245,205); }

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

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

 a { background-color: rgb(190,245,205); }

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

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

 span { border-color: rgb(190,245,205); }

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