#BFF195

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

Shades of Reef #BFF195

Tints of Reef #BFF195

Color information

#BFF195 (or 0xBFF195) is unknown color: approx Reef. HEX triplet: BF, F1 and 95. RGB value is (191,241,149). Sum of RGB (Red+Green+Blue) = 191+241+149=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF195 is #400E6A. Grayscale: #D7D7D7. Windows color (decimal): -4197995 or 9826751. OLE color: 9826751.

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

Color convert

RGB191241149-
CMYK0.2100.380.05
HSL92.61º76.67%76.47%-
HSV(B)92.61º38.17%94.51%-
XYZ58.3776.1640.06-
YUV215.5690.44110.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.87%
GREEN value IS 241 (94.53% from 255) = 41.48%
BLUE value IS 149 (58.59% from 255) = 25.65%
R=32.87%
G=41.48%
B=25.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912411490.2100.380.0592.6176.6776.47
HexBFF1951502655d4d4c
Octal277361225250465135115114
Binary101111111111000110010101101010100110101101110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF195; }

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

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

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

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

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

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

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

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