#BFFE96

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

Shades of Reef #BFFE96

Tints of Reef #BFFE96

Color information

#BFFE96 (or 0xBFFE96) is unknown color: approx Reef. HEX triplet: BF, FE and 96. RGB value is (191,254,150). Sum of RGB (Red+Green+Blue) = 191+254+150=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFE96 is #400169. Grayscale: #DFDFDF. Windows color (decimal): -4194666 or 9895615. OLE color: 9895615.

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

Color convert

RGB191254150-
CMYK0.2500.410.00
HSL96.35º98.11%79.22%-
HSV(B)96.35º40.94%99.61%-
XYZ62.4384.1641.81-
YUV223.3186.63104.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 254 (99.61% from 255) = 42.69%
BLUE value IS 150 (58.98% from 255) = 25.21%
R=32.10%
G=42.69%
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.00
SystemRedGreenBlueCMYKHSL
Decimal1912541500.2500.410.0096.3598.1179.22
HexBFFE9619029060624f
Octal277376226310510140142117
Binary1011111111111110100101101100101010010110000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFE96; }

 p { color: rgb(191,254,150); }

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

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

 a { background-color: rgb(191,254,150); }

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

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

 span { border-color: rgb(191,254,150); }

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