#BEF998

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

Shades of Reef #BEF998

Tints of Reef #BEF998

Color information

#BEF998 (or 0xBEF998) is unknown color: approx Reef. HEX triplet: BE, F9 and 98. RGB value is (190,249,152). Sum of RGB (Red+Green+Blue) = 190+249+152=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 152 (59.77% from 255 or 25.72% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF998 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF998 is #410667. Grayscale: #DCDCDC. Windows color (decimal): -4261480 or 10025406. OLE color: 10025406.

HSL color Cylindrical-coordinate representation of color #BEF998: hue angle of 96.49º degrees, saturation: 0.89, 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 #BEF998 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB190249152-
CMYK0.2400.390.02
HSL96.49º88.99%78.63%-
HSV(B)96.49º38.96%97.65%-
XYZ60.7880.9742.13-
YUV220.389.45106.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 249 (97.66% from 255) = 42.13%
BLUE value IS 152 (59.77% from 255) = 25.72%
R=32.15%
G=42.13%
B=25.72%

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
Decimal1902491520.2400.390.0296.4988.9978.63
HexBEF99818027260594f
Octal276371230300472140131117
Binary10111110111110011001100011000010011110110000010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF998; }

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

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

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

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

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

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

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

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