#BEF396

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

Shades of Reef #BEF396

Tints of Reef #BEF396

Color information

#BEF396 (or 0xBEF396) is unknown color: approx Reef. HEX triplet: BE, F3 and 96. RGB value is (190,243,150). Sum of RGB (Red+Green+Blue) = 190+243+150=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 243 (95.31% from 255 or 41.68% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF396 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF396 is #410C69. Grayscale: #D8D8D8. Windows color (decimal): -4263018 or 9892798. OLE color: 9892798.

HSL color Cylindrical-coordinate representation of color #BEF396: hue angle of 94.19º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEF396 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB190243150-
CMYK0.2200.380.05
HSL94.19º79.49%77.06%-
HSV(B)94.19º38.27%95.29%-
XYZ58.7977.2540.67-
YUV216.5590.44109.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.59%
GREEN value IS 243 (95.31% from 255) = 41.68%
BLUE value IS 150 (58.98% from 255) = 25.73%
R=32.59%
G=41.68%
B=25.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902431500.2200.380.0594.1979.4977.06
HexBEF3961602655e4f4d
Octal276363226260465136117115
Binary101111101111001110010110101100100110101101111010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF396; }

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

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

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

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

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

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

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

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