#BEF893

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

Shades of Reef #BEF893

Tints of Reef #BEF893

Color information

#BEF893 (or 0xBEF893) is unknown color: approx Reef. HEX triplet: BE, F8 and 93. RGB value is (190,248,147). Sum of RGB (Red+Green+Blue) = 190+248+147=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 147 (57.81% from 255 or 25.13% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF893 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF893 is #41076C. Grayscale: #DBDBDB. Windows color (decimal): -4261741 or 9697470. OLE color: 9697470.

HSL color Cylindrical-coordinate representation of color #BEF893: hue angle of 94.46º 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 #BEF893 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB190248147-
CMYK0.2300.410.03
HSL94.46º87.83%77.45%-
HSV(B)94.46º40.73%97.25%-
XYZ60.0780.1939.92-
YUV219.1487.28107.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 248 (97.27% from 255) = 42.39%
BLUE value IS 147 (57.81% from 255) = 25.13%
R=32.48%
G=42.39%
B=25.13%

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
Decimal1902481470.2300.410.0394.4687.8377.45
HexBEF8931702935e584d
Octal276370223270513136130115
Binary10111110111110001001001110111010100111101111010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF893; }

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

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

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

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

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

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

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

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