#BEF892

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

Shades of Reef #BEF892

Tints of Reef #BEF892

Color information

#BEF892 (or 0xBEF892) is unknown color: approx Reef. HEX triplet: BE, F8 and 92. RGB value is (190,248,146). Sum of RGB (Red+Green+Blue) = 190+248+146=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 248 (97.27% from 255 or 42.47% from 584); Blue value is 146 (57.42% from 255 or 25% from 584); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF892 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF892 is #41076D. Grayscale: #DBDBDB. Windows color (decimal): -4261742 or 9631934. OLE color: 9631934.

HSL color Cylindrical-coordinate representation of color #BEF892: hue angle of 94.12º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEF892 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB190248146-
CMYK0.2300.410.03
HSL94.12º87.93%77.25%-
HSV(B)94.12º41.13%97.25%-
XYZ59.9980.1639.5-
YUV219.0386.78107.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.53%
GREEN value IS 248 (97.27% from 255) = 42.47%
BLUE value IS 146 (57.42% from 255) = 25%
R=32.53%
G=42.47%
B=25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902481460.2300.410.0394.1287.9377.25
HexBEF8921702935e584d
Octal276370222270513136130115
Binary10111110111110001001001010111010100111101111010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF892; }

 p { color: rgb(190,248,146); }

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

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

 a { background-color: rgb(190,248,146); }

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

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

 span { border-color: rgb(190,248,146); }

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