#BFF095

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

Shades of Reef #BFF095

Tints of Reef #BFF095

Color information

#BFF095 (or 0xBFF095) is unknown color: approx Reef. HEX triplet: BF, F0 and 95. RGB value is (191,240,149). Sum of RGB (Red+Green+Blue) = 191+240+149=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF095 is #400F6A. Grayscale: #D7D7D7. Windows color (decimal): -4198251 or 9826495. OLE color: 9826495.

HSL color Cylindrical-coordinate representation of color #BFF095: hue angle of 92.31º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFF095 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB191240149-
CMYK0.2000.380.06
HSL92.31º75.21%76.27%-
HSV(B)92.31º37.92%94.12%-
XYZ58.0775.5739.96-
YUV214.9790.77110.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.93%
GREEN value IS 240 (94.14% from 255) = 41.38%
BLUE value IS 149 (58.59% from 255) = 25.69%
R=32.93%
G=41.38%
B=25.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912401490.2000.380.0692.3175.2176.27
HexBFF0951402665c4b4c
Octal277360225240466134113114
Binary101111111111000010010101101000100110110101110010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF095; }

 p { color: rgb(191,240,149); }

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

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

 a { background-color: rgb(191,240,149); }

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

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

 span { border-color: rgb(191,240,149); }

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