#BEF996

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

Shades of Reef #BEF996

Tints of Reef #BEF996

Color information

#BEF996 (or 0xBEF996) is unknown color: approx Reef. HEX triplet: BE, F9 and 96. RGB value is (190,249,150). Sum of RGB (Red+Green+Blue) = 190+249+150=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF996 is #410669. Grayscale: #DCDCDC. Windows color (decimal): -4261482 or 9894334. OLE color: 9894334.

HSL color Cylindrical-coordinate representation of color #BEF996: hue angle of 95.76º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEF996 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB190249150-
CMYK0.2400.400.02
HSL95.76º89.19%78.24%-
HSV(B)95.76º39.76%97.65%-
XYZ60.6280.941.27-
YUV220.0788.45106.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 249 (97.66% from 255) = 42.28%
BLUE value IS 150 (58.98% from 255) = 25.47%
R=32.26%
G=42.28%
B=25.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902491500.2400.400.0295.7689.1978.24
HexBEF99618028260594e
Octal276371226300502140131116
Binary10111110111110011001011011000010100010110000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF996; }

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

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

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

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

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

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

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

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