#BFF199

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

Shades of Reef #BFF199

Tints of Reef #BFF199

Color information

#BFF199 (or 0xBFF199) is unknown color: approx Reef. HEX triplet: BF, F1 and 99. RGB value is (191,241,153). Sum of RGB (Red+Green+Blue) = 191+241+153=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF199 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF199 is #400E66. Grayscale: #D8D8D8. Windows color (decimal): -4197991 or 10088895. OLE color: 10088895.

HSL color Cylindrical-coordinate representation of color #BFF199: hue angle of 94.09º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFF199 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB191241153-
CMYK0.2100.370.05
HSL94.09º75.86%77.25%-
HSV(B)94.09º36.51%94.51%-
XYZ58.6976.2941.77-
YUV216.0292.44110.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.65%
GREEN value IS 241 (94.53% from 255) = 41.20%
BLUE value IS 153 (60.16% from 255) = 26.15%
R=32.65%
G=41.20%
B=26.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912411530.2100.370.0594.0975.8677.25
HexBFF1991502555e4c4d
Octal277361231250455136114115
Binary101111111111000110011001101010100101101101111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF199; }

 p { color: rgb(191,241,153); }

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

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

 a { background-color: rgb(191,241,153); }

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

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

 span { border-color: rgb(191,241,153); }

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