#BEFF96

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

Shades of Reef #BEFF96

Tints of Reef #BEFF96

Color information

#BEFF96 (or 0xBEFF96) is unknown color: approx Reef. HEX triplet: BE, FF and 96. RGB value is (190,255,150). Sum of RGB (Red+Green+Blue) = 190+255+150=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFF96 is #410069. Grayscale: #DFDFDF. Windows color (decimal): -4259946 or 9895870. OLE color: 9895870.

HSL color Cylindrical-coordinate representation of color #BEFF96: hue angle of 97.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEFF96 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB190255150-
CMYK0.2500.410
HSL97.14º100%79.41%-
HSV(B)97.14º41.18%100%-
XYZ62.584.6741.9-
YUV223.686.47104.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.93%
GREEN value IS 255 (100% from 255) = 42.86%
BLUE value IS 150 (58.98% from 255) = 25.21%
R=31.93%
G=42.86%
B=25.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902551500.2500.41097.1410079.41
HexBEFF9619029061644f
Octal276377226310510141144117
Binary1011111011111111100101101100101010010110000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFF96; }

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

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

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

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

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

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

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

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