#BEF293

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

Shades of Reef #BEF293

Tints of Reef #BEF293

Color information

#BEF293 (or 0xBEF293) is unknown color: approx Reef. HEX triplet: BE, F2 and 93. RGB value is (190,242,147). Sum of RGB (Red+Green+Blue) = 190+242+147=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 147 (57.81% from 255 or 25.39% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF293 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF293 is #410D6C. Grayscale: #D7D7D7. Windows color (decimal): -4263277 or 9695934. OLE color: 9695934.

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

Color convert

RGB190242147-
CMYK0.2100.390.05
HSL92.84º78.51%76.27%-
HSV(B)92.84º39.26%94.9%-
XYZ58.2576.5639.31-
YUV215.6289.27109.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.82%
GREEN value IS 242 (94.92% from 255) = 41.80%
BLUE value IS 147 (57.81% from 255) = 25.39%
R=32.82%
G=41.80%
B=25.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902421470.2100.390.0592.8478.5176.27
HexBEF2931502755d4f4c
Octal276362223250475135117114
Binary101111101111001010010011101010100111101101110110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF293; }

 p { color: rgb(190,242,147); }

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

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

 a { background-color: rgb(190,242,147); }

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

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

 span { border-color: rgb(190,242,147); }

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