#BEF5C8

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

Shades of Granny Apple #BEF5C8

Tints of Granny Apple #BEF5C8

Color information

#BEF5C8 (or 0xBEF5C8) is unknown color: approx Granny Apple. HEX triplet: BE, F5 and C8. RGB value is (190,245,200). Sum of RGB (Red+Green+Blue) = 190+245+200=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 245 (96.09% from 255 or 38.58% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF5C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF5C8 is #410A37. Grayscale: #DFDFDF. Windows color (decimal): -4262456 or 13170110. OLE color: 13170110.

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

Color convert

RGB190245200-
CMYK0.2200.180.04
HSL130.91º73.33%85.29%-
HSV(B)130.91º22.45%96.08%-
XYZ64.3180.4266.78-
YUV223.42114.78104.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.92%
GREEN value IS 245 (96.09% from 255) = 38.58%
BLUE value IS 200 (78.52% from 255) = 31.50%
R=29.92%
G=38.58%
B=31.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902452000.2200.180.04130.9173.3385.29
HexBEF5C8160124834955
Octal276365310260224203111125
Binary101111101111010111001000101100100101001000001110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF5C8; }

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

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

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

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

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

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

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

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