#BEF096

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

Shades of Reef #BEF096

Tints of Reef #BEF096

Color information

#BEF096 (or 0xBEF096) is unknown color: approx Reef. HEX triplet: BE, F0 and 96. RGB value is (190,240,150). Sum of RGB (Red+Green+Blue) = 190+240+150=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF096 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF096 is #410F69. Grayscale: #D7D7D7. Windows color (decimal): -4263786 or 9892030. OLE color: 9892030.

HSL color Cylindrical-coordinate representation of color #BEF096: hue angle of 93.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEF096 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB190240150-
CMYK0.2100.370.06
HSL93.33º75%76.47%-
HSV(B)93.33º37.5%94.12%-
XYZ57.975.4740.37-
YUV214.7991.44110.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.76%
GREEN value IS 240 (94.14% from 255) = 41.38%
BLUE value IS 150 (58.98% from 255) = 25.86%
R=32.76%
G=41.38%
B=25.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902401500.2100.370.0693.337576.47
HexBEF0961502565d4b4c
Octal276360226250456135113114
Binary101111101111000010010110101010100101110101110110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF096; }

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

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

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

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

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

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

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

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