#BEFA98

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

Shades of Reef #BEFA98

Tints of Reef #BEFA98

Color information

#BEFA98 (or 0xBEFA98) is unknown color: approx Reef. HEX triplet: BE, FA and 98. RGB value is (190,250,152). Sum of RGB (Red+Green+Blue) = 190+250+152=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 152 (59.77% from 255 or 25.68% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFA98 is #410567. Grayscale: #DDDDDD. Windows color (decimal): -4261224 or 10025662. OLE color: 10025662.

HSL color Cylindrical-coordinate representation of color #BEFA98: hue angle of 96.73º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEFA98 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB190250152-
CMYK0.2400.390.02
HSL96.73º90.74%78.82%-
HSV(B)96.73º39.2%98.04%-
XYZ61.0981.5942.23-
YUV220.8989.12105.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.09%
GREEN value IS 250 (98.05% from 255) = 42.23%
BLUE value IS 152 (59.77% from 255) = 25.68%
R=32.09%
G=42.23%
B=25.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501520.2400.390.0296.7390.7478.82
HexBEFA98180272615b4f
Octal276372230300472141133117
Binary10111110111110101001100011000010011110110000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFA98; }

 p { color: rgb(190,250,152); }

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

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

 a { background-color: rgb(190,250,152); }

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

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

 span { border-color: rgb(190,250,152); }

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