#BFF796

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

Shades of Reef #BFF796

Tints of Reef #BFF796

Color information

#BFF796 (or 0xBFF796) is unknown color: approx Reef. HEX triplet: BF, F7 and 96. RGB value is (191,247,150). Sum of RGB (Red+Green+Blue) = 191+247+150=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 247 (96.88% from 255 or 42.01% from 588); Blue value is 150 (58.98% from 255 or 25.51% from 588); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF796 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF796 is #400869. Grayscale: #DBDBDB. Windows color (decimal): -4196458 or 9893823. OLE color: 9893823.

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

Color convert

RGB191247150-
CMYK0.2300.390.03
HSL94.64º85.84%77.84%-
HSV(B)94.64º39.27%96.86%-
XYZ60.2579.841.08-
YUV219.288.95107.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.48%
GREEN value IS 247 (96.88% from 255) = 42.01%
BLUE value IS 150 (58.98% from 255) = 25.51%
R=32.48%
G=42.01%
B=25.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912471500.2300.390.0394.6485.8477.84
HexBFF7961702735f564e
Octal277367226270473137126116
Binary10111111111101111001011010111010011111101111110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF796; }

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

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

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

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

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

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

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

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