#BEF5CF

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

Shades of Granny Apple #BEF5CF

Tints of Granny Apple #BEF5CF

Color information

#BEF5CF (or 0xBEF5CF) is unknown color: approx Granny Apple. HEX triplet: BE, F5 and CF. RGB value is (190,245,207). Sum of RGB (Red+Green+Blue) = 190+245+207=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 245 (96.09% from 255 or 38.16% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF5CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF5CF is #410A30. Grayscale: #E0E0E0. Windows color (decimal): -4262449 or 13628862. OLE color: 13628862.

HSL color Cylindrical-coordinate representation of color #BEF5CF: hue angle of 138.55º 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 #BEF5CF is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB190245207-
CMYK0.2200.160.04
HSL138.55º73.33%85.29%-
HSV(B)138.55º22.45%96.08%-
XYZ65.1580.7671.19-
YUV224.22118.28103.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.60%
GREEN value IS 245 (96.09% from 255) = 38.16%
BLUE value IS 207 (81.25% from 255) = 32.24%
R=29.60%
G=38.16%
B=32.24%

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
Decimal1902452070.2200.160.04138.5573.3385.29
HexBEF5CF1601048b4955
Octal276365317260204213111125
Binary101111101111010111001111101100100001001000101110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF5CF; }

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

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

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

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

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

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

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

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